HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dvhh

487 karmajoined 14 năm trước

comments

dvhh
·Hôm qua·discuss
I don't know if converting the code could be an issue with copyright, but might be contrived as plagiarism
dvhh
·Hôm qua·discuss
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
·Hôm qua·discuss
[flagged]
dvhh
·24 ngày trước·discuss
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
·tháng trước·discuss
Security by obscurity worked quite well
dvhh
·tháng trước·discuss
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 tháng trước·discuss
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 tháng trước·discuss
I heard Basic is pretty good as far as embedded script interpreter
dvhh
·2 tháng trước·discuss
And desktop app are tuning into bloated website
dvhh
·2 tháng trước·discuss
admittedly mc is far from being a "modern" TUI
dvhh
·2 tháng trước·discuss
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 tháng trước·discuss
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 tháng trước·discuss
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 tháng trước·discuss
confirming that Rust popularity is in great part due to the advent of LLM for generating code.
dvhh
·5 tháng trước·discuss
If I wanted a browser with AI, I would have used Chrome or Edge
dvhh
·5 tháng trước·discuss
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 tháng trước·discuss
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 tháng trước·discuss
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)