HackerTrans
トップ新着トレンドコメント過去質問紹介求人

dvhh

487 カルマ登録 14 年前

コメント

dvhh
·昨日·議論
I don't know if converting the code could be an issue with copyright, but might be contrived as plagiarism
dvhh
·昨日·議論
License for test might be subject to debate, because afaik the project is merely running them.

but yes the test files should be presented under their original licence.
dvhh
·昨日·議論
[flagged]
dvhh
·24 日前·議論
it does not, it basically delegate that part to lower level library for which you have to write the glue code for, there is an example for SDL.
dvhh
·先月·議論
Security by obscurity worked quite well
dvhh
·先月·議論
I might be in a niche user, but what I a mostly looking forward into an ARM laptop, would be to be silent with preferably passive heat management or as little at possible active heat management (all day battery usage is a given).
dvhh
·2 か月前·議論
Wasn't it Frank Klepacki that composed the music for Dune 2.

Stephane Picq worked with Cryo interactive for the first Dune game.
dvhh
·2 か月前·議論
I heard Basic is pretty good as far as embedded script interpreter
dvhh
·2 か月前·議論
And desktop app are tuning into bloated website
dvhh
·2 か月前·議論
admittedly mc is far from being a "modern" TUI
dvhh
·2 か月前·議論
works with curl, maybe there is a case to either build a proxy for UDS and expose them to a browser, or open a request ticket to browser maintainers to support UDS
dvhh
·2 か月前·議論
I would recognize sarcasm when I see it. But statistically, that could be true, considering the amount of C code running ( probably far less than COBOL or FORTRAN ), Compared to the relatively small amount of Rust code vs the amount of faults observed with it.
dvhh
·2 か月前·議論
Considering how Ubuntu seems to influence Debian development, this is only slightly surprising.

See: https://lists.debian.org/deity/2025/10/msg00071.html - Hard Rust requirements from May onward - by a Core Ubuntu Developer
dvhh
·3 か月前·議論
confirming that Rust popularity is in great part due to the advent of LLM for generating code.
dvhh
·5 か月前·議論
If I wanted a browser with AI, I would have used Chrome or Edge
dvhh
·5 か月前·議論
looking at the statement, I find it weird that Benj Edwards is trying very hard to remove the blame from Kyle Orland, Even if he is not directly responsible.
dvhh
·8 か月前·議論
Once used object storage as queue, you can implement queue semantic at the application level, with one object per entry.

But the application was fairly low volume in Data and usage, So eventual consistency and capacity was not an issue. And yes timestamp monotonicity is not guaranteed when multiple client upload at the same time so unique id was given to each client at startup and used for to add guarantee of entries name. Metadata and prefix were used to indicate state of object during processing.

Not ideal, but it was cheaper that a DB or a dedicated MQ. The application did not last, but would try again the approach if adapted to stuation.
dvhh
·10 か月前·議論
Comes with the general perception of OS vs Software failure responsibility:

- On Windows, this is Window's fault - On Apple OS, this is the application's fault - On Linux, this is the user's fault

Of course exception do apply, but as far as I know MacOS I have noticed some instance of application patching by the OS itself (although I haven't dug deeper, I can confirm that the application did have a slight change of behavior even before applying vendor patches, and I doubt it was anything done by the anti-malware protection)