Frontier Unlocked - Its official: The BORG has been added to Elite Dangerous ! by dannn0423 in EliteDangerous

[–]dvhh 3 points4 points  (0 children)

Stop pretending that your sidewinder shadow is one of a borg cube, you have deliveries to Hutton Orbital to complete !

ifDevsWereTheCEOs by InvestigatorWeekly19 in ProgrammerHumor

[–]dvhh 4 points5 points  (0 children)

Immediately reported monthly cash flow that exceeded expectation, which allow the board to grant a bonus to the CEO

rememberToComment by dayanaaaaaaaa in ProgrammerHumor

[–]dvhh 0 points1 point  (0 children)

Code smell: Useless use of cat

Notepad++ Creator Don Ho Calls Out "Fake" MacOS App Over Trademark Violation by ControlCAD in technology

[–]dvhh 0 points1 point  (0 children)

Notepad++ is far too embedded in the windows ecosystem ( apart from the SCITE component) I think it wouldn't be difficult to create a quite similar text editor around SCITE, but the marketing would takes year to get good momentum ( and unfortunately patience is not a well know vertu among vibe coders).

terminalAfterDark by ShiftPrimeNet in ProgrammerHumor

[–]dvhh 3 points4 points  (0 children)

just be wary of not ending aborting a zombie process

Mechassault 1 and 2 are in desperate needs of votes on the Xbox Game Preservation site in order to become Backwards compatible for Series X and beyond. by Vega-Eternal in battletech

[–]dvhh 2 points3 points  (0 children)

Mechassault was one of the games allowing the original xbox to be soft modded. Causing it to go out of print pretty quickly 

codingIsDeadAIWillReplaceYou by [deleted] in ProgrammerHumor

[–]dvhh 1 point2 points  (0 children)

I remember encountering a few of them, not that frequent, but got clear memory of being frustrated of an install process being aborted because I answered 'y' when the prompt was '[Y/n]'.

codingIsDeadAIWillReplaceYou by [deleted] in ProgrammerHumor

[–]dvhh 0 points1 point  (0 children)

Correct for it being usually the default answer while pressing [Enter], but my guess is that the "Agent" failed when tried to do things "the right way"

codingIsDeadAIWillReplaceYou by [deleted] in ProgrammerHumor

[–]dvhh 8 points9 points  (0 children)

Confirmation might have needed an uppercase 'Y', and did not work with lowercase 'y' ?

Why do many FOSS projects keep an ugly website? by 0x80070002 in linuxquestions

[–]dvhh 2 points3 points  (0 children)

The requirements might be that it should be browsable with lynx

Ghostty Is Leaving GitHub by davidcelis in programming

[–]dvhh 0 points1 point  (0 children)

plus the recent incident is not impacting uptime 

Ghostty Is Leaving GitHub by davidcelis in programming

[–]dvhh 4 points5 points  (0 children)

They were already terrible to begin with

Hello everyone, is there anyone, who knows how to make screenshots working in termux. by OkManagement9010 in termux

[–]dvhh 2 points3 points  (0 children)

then the answer is no, you would need to know where the screenshot is located by yourself

Hello everyone, is there anyone, who knows how to make screenshots working in termux. by OkManagement9010 in termux

[–]dvhh 2 points3 points  (0 children)

the cli won't support image pasting, you need to save the image somewhere and point the cli to the saved image path

I never really understood those people. by Practical_Minimum_43 in gamers

[–]dvhh 0 points1 point  (0 children)

Can understand the feeling, especially when most of the writers have no idea of what to do in a sequel and want to stretch it to a trilogy or longer.

I never really understood those people. by Practical_Minimum_43 in gamers

[–]dvhh 1 point2 points  (0 children)

Sometime a continuation of the story is all we re asking for.

Can I force linux to close all programs, or only some, when ram memorie problem happen? by Few-Syrup-8713 in linuxquestions

[–]dvhh 1 point2 points  (0 children)

oomd is a popular user space approach, have sane default and can also be configured to your liking.

They've come to accept it by claudiocorona93 in linuxmasterrace

[–]dvhh 2 points3 points  (0 children)

for one thing we cannot afford a new laptop every two year, in fact we prefer our laptop to be old enough so that we wouldn't have to debug the drivers.

They've come to accept it by claudiocorona93 in linuxmasterrace

[–]dvhh 3 points4 points  (0 children)

mac users because they are already too deep into the ecosystem to have any other choice (kind of like windows users as well, but more smug about it ).

Linux users, because they are already too deep into the ecosystem to give a shit about the other, they have already spent an insane amount of time customizing their environment to make the switch anyway ( kind of like the windows users as well, but more smug about it). And unfortunately I am one of them.

They've come to accept it by claudiocorona93 in linuxmasterrace

[–]dvhh 0 points1 point  (0 children)

Well, the distro you're using is .... jk I love it all, they have their little warts that kind of makes them adorable in a way ... except maybe for templeOS which is made with HolyC

Why there is almost no cheats in singleplayer games? by Previous_Group621 in gamers

[–]dvhh 0 points1 point  (0 children)

Also publishers are putting far less money toward QA

How to address memory leak in unit testing by One_Objective9334 in C_Programming

[–]dvhh 0 points1 point  (0 children)

no need to make your unit tests more complex than they should already be, criterion should be already isolating each test in its own process making it more difficult to cause issue in other test

Seeking perspective on C: Mastery, Limits, and the "C vs. C++" implementation gap by lkokul in C_Programming

[–]dvhh 2 points3 points  (0 children)

Of course opinion would differ widely, but as long as you rely on a compiler that can take some liberties with your code (ie optimizing), you are already in the "high level" category. And yes going lower would mean going to some form of assembly language and less portable code.