HackerLangs
TopNewTrendsCommentsPastAskShowJobs

erk__

2,589 karmajoined قبل 10 سنوات
Contact: [email protected]

Submissions

Adafruit vs. Flux [pdf]

storage.courtlistener.com
7 points·by erk__·الشهر الماضي·3 comments

comments

erk__
·أول أمس·discuss
Deno started in Go, but was rewritten in Rust before 0.1
erk__
·قبل 4 أيام·discuss
There is also MLKit which is pretty interesting in how it handles memory, it is region based with some fallback to garbage collection.

https://elsman.com/mlkit/
erk__
·قبل 28 يومًا·discuss
Usually it's Rewrite it in Rust, but both work I guess
erk__
·الشهر الماضي·discuss
Last week Adafruit received a demand letter from Flux.ai, discussed here: https://news.ycombinator.com/item?id=48368121

Yesterday Adafruit updated their blog with a link to the complaint: https://blog.adafruit.com/
erk__
·قبل شهرين·discuss
There is actually work on adding autodiff to Rust, maybe not really first class citizen, but at least build in: https://doc.rust-lang.org/std/autodiff/index.html (it is still at a pre-RFC stage so it is not something that soon will be added)
erk__
·قبل شهرين·discuss
Will this be the reason for the Stoll prize to be set up?

Instead of a medal it should be a klein bottle of course.
erk__
·قبل شهرين·discuss
GitHub have some quite nice feeds

If you want all the commits from a repo you can do something like: https://github.com/rust-lang/rust/commits/main/.atom

And if you now only is interested in the num module you can do: https://github.com/rust-lang/rust/commits/main/library/std/s...
erk__
·قبل شهرين·discuss
YouTube still does

    <feed xmlns:yt="http://www.youtube.com/xml/schemas/2015" xmlns:media="http://search.yahoo.com/mrss/" xmlns="http://www.w3.org/2005/Atom">
I don't think they are linked to anywhere but the url is http://www.youtube.com/feeds/videos.xml?channel_id=<channel_id>
erk__
·قبل شهرين·discuss
Hasselblad still uses it in their advertisement to this day
erk__
·قبل 3 أشهر·discuss
How does that work with SpaceX's product called X (formerly known as Twitter)
erk__
·قبل 3 أشهر·discuss
Also it is quite a leap to the conclusion that HVDC eqipment will not have long lead times as well especially since there are quite a few less companies making it.
erk__
·قبل 4 أشهر·discuss
This is what they already are doing, the article is behind a paywall so no clue if they say it there but you can for example see this article about it: https://www.etechvolution.com/p/byd-megawatt-flash-charging-...
erk__
·قبل 4 أشهر·discuss
What news media would you recommend?
erk__
·قبل 4 أشهر·discuss
It's not OpenType that can execute wasm it's a experimental extension in HarfBuzz so compared to this it does not work online since it is not enabled for the HarfBuzz builds in Chrome or Firefox. Which makes this more cool to show of online.

(disclaimer, I made the Tetris font)
erk__
·قبل 4 أشهر·discuss
The history section of the repo clears it up [0]

> LibreSprite originated as a fork of Aseprite, developed by David Capello. Aseprite used to be distributed under the GNU General Public License version 2, but was moved to a proprietary license on August 26th, 2016.

> This fork was made on the last commit covered by the GPL version 2 license, and is now developed independently of Aseprite.

Also I am not really sure if you can convince me that this is a open source license: https://github.com/aseprite/aseprite/blob/main/EULA.txt

Not that it is a unreasonable license, but it is not open source.

[0]: https://github.com/LibreSprite/LibreSprite?tab=readme-ov-fil...
erk__
·قبل 4 أشهر·discuss
Another one just popped up recently though it does not have a lot of coverage if anywhere yet: https://corporate.e-boks.com/loesninger/e-wallet/e-boks-id/
erk__
·قبل 4 أشهر·discuss
Well they provide that if you want. they have both a OTP dongle, a OTP loud speaker and one that uses FIDO U2F (though you need to pay for that one).

https://www.mitid.dk/en-gb/get-started-with-mitid/how-to-use...
erk__
·قبل 5 أشهر·discuss
It is actually at least two agencies that is working in that direction, The Danish Road Authorities is also working on it: https://www.fstyr.dk/nyheder/2025/dec/faerdselsstyrelsen-tag...
erk__
·قبل 5 أشهر·discuss
Well the last annual report I could find actually says that they got a return of 17.65% so 3% would be pretty bad

https://wikimediaendowment.org/annualreports/2023-2024-annua...
erk__
·قبل 5 أشهر·discuss
There is a couple libc implementations:

- c-ward [0] a libc implementation in Rust

- relibc [1] a libc implementation in Rust mainly for use in the Redox os (but works with linux as well)

- rustix [2] safe bindings to posix apis without using C

[0]: https://github.com/sunfishcode/c-ward

[1]: https://gitlab.redox-os.org/redox-os/relibc/

[2]: https://github.com/bytecodealliance/rustix