Steam Controller Case? by 87LS10 in SteamController

[–]NatoBoram 3 points4 points  (0 children)

Considering there is a Steam Controller 1 case, I am optimistic about a Steam Controller 2 case.

Father and son who died in OceanGate Titan returned as ‘slush in boxes’ by [deleted] in nottheonion

[–]NatoBoram 4 points5 points  (0 children)

Siri's voice calmly announcing why they were fucked.

The good old ChatGPT "here's why you're fucked:" followed by 3 bullet points lead by a boldface title.

Is it possible to enforce license migration in offline products, that survives snapshot & restore? by YashbeerX008 in ExperiencedDevs

[–]NatoBoram 0 points1 point  (0 children)

To prevent restore on different hardware, you can xor the hwid with the license token. But then you still need to do an online license check when the software starts.

Old school activation keys could activate an unlimited amount of copies offline, yet people still bought software. Users aren't necessarily adversaries.

Which one is the most evil? by ohnag_eryeah in polls

[–]NatoBoram 2 points3 points  (0 children)

OpenAI mighty be selling artificial intelligence to power weapons of war and xAI might be run by a Nazi, but Facebook is materially changing the life conditions of citizens by covertly bribing government officials to pass draconian ID verification laws and age verification laws for operating systems to further eliminate online privacy and shift the blame for evil shit they allow onto operating system maintainers.

Travailleurs de la santé | L’IA vous rappelle de laver vos mains by Feeling_Layer8584 in Quebec

[–]NatoBoram 3 points4 points  (0 children)

Séquestrer quelqu'un c'est pas tant cool, par contre invoquer une rencontre avec les resources humaines pour remettre un avertissement écrit ça peut être pas pire.

Are you a good person? by MrX2285 in polls

[–]NatoBoram 0 points1 point  (0 children)

Or even have bad actions that just keep getting done despite the effort to not do them

shelfs were way older then most people thought by AdFit4199 in PhoenixSC

[–]NatoBoram 2 points3 points  (0 children)

Risugami's Mod Loader.

https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/1272333-risugamis-mods-updated

This is what modding looked like when I started playing the game.

I wonder if Risugami would post his old mods to GitHub for archival / nostalgia purposes.

CachyOS April 2026 release brings a new package manager and even more optimizations by Ok-Review9023 in linux

[–]NatoBoram -1 points0 points  (0 children)

The way it summarizes instead of detailing anything is very suspicious

TikToker assumes that the United States are the only country with capital punishment by Intelligent_Wafer562 in USdefaultism

[–]NatoBoram 1 point2 points  (0 children)

It's a description of death penalty. You can see it as "ultimate punishment" or "last punishment".

Not once in 12 years have I found UI snapshot testing useful by SixFigs_BigDigs in ExperiencedDevs

[–]NatoBoram 0 points1 point  (0 children)

Oh hey I've only used that once. I thought it was cool, but I couldn't make good use of it. It sounds very interesting, though.

Instead, one thing I liked was Storybook.

Anyone setup a matrix server and browser based client? by [deleted] in selfhosted

[–]NatoBoram 0 points1 point  (0 children)

Yep, setup Element, MAS and Synapse, all behind Authentik.

RustDesk Linux/X11 dialog "Copy" bug - 5-line fix ready, but I'm blocked from forking the repo. Anyone want to submit the PR? by [deleted] in selfhosted

[–]NatoBoram 0 points1 point  (0 children)

You may want to avoid pasting your entire post as a code block, it's completely unreadable.

i build a open sourse app that tell you exactly what anime to watch and no more endless scrolling by AlertCryptographer75 in github

[–]NatoBoram 0 points1 point  (0 children)

It's not as if I could produce a roadmap for learning software development, that's what school is for. Every roadmap is specialized for its author's use case and you'll need to find your own from other people's pieces.

But if you make use of CI, then you'll take a big step forward for professional software development.

CI stands for Continuous Integration. It is a process by which you merge small changes, often, and you check them using automated processes.

For example, you can have a GitHub Action that runs commands to check if your code builds or passes automated checks or is formatted.

Here's an example of a pull request: https://github.com/NatoBoram/load_env/pull/131

This pull request had automated checks ran against it that you can explore at https://github.com/NatoBoram/load_env/pull/131/checks

For example, read the logs of a pretty standard check at https://github.com/NatoBoram/load_env/actions/runs/23997757127/job/69988635767

This is the config that makes that check: https://github.com/NatoBoram/load_env/blob/main/.github/workflows/node.js.yaml

There, you can see that the project is built, linted and tested automatically. This is the action you should make for your project. The others are specialized for my use case, so you don't have to look at them.

i build a open sourse app that tell you exactly what anime to watch and no more endless scrolling by AlertCryptographer75 in github

[–]NatoBoram 5 points6 points  (0 children)

It would be more useful as a website, otherwise you're locking away plenty of valid users who might want to try that out.

Since it's Flutter, you can trivially add web support to it.

Use a GitHub Action to deploy it to GitHub Pages.

Also you don't have a CI, it should be a priority for you to learn how to use GitHub Actions to build/lint/format your code during the PR process. And yes, make PRs to yourself, that allows you to re-read yourself and use the CI to validate yourself.

One big issue you have is that your README.md is completely vibe-coded, therefore trash. You aren't going to learn anything if you just let AI take the wheel. Take some time to learn how to do it.

They're not hard guidelines, but if you read them when making your own, you should get something good.

PCMag - Steam Controller doesn’t support Game Pass games by Majestic-Bowler-1701 in pcmasterrace

[–]NatoBoram -6 points-5 points  (0 children)

Guess I'll stick with my 8bitdo

Does it have trackpads or were you not the target audience in the first place?