HackerTrans
TopNewTrendsCommentsPastAskShowJobs

donpdonp

no profile record

comments

donpdonp
·19 giorni fa·discuss
This was fun to play...for about 2 minutes before all the manual work of moving processes around got very tedious, which may be the point of the game. What I would like is a little code edit window where i could code simple routines to handle the scheduling, then be able to watch the result.
donpdonp
·30 giorni fa·discuss
https://en.wikipedia.org/wiki/Fifteen_Million_Merits
donpdonp
·mese scorso·discuss
for those who aren't familitar with Meta's product line: "Meta Portal (also known as Portal) is a discontinued brand of smart displays and videophones released in 2018 by Meta." a tablet with feet, focused on video-calls.
donpdonp
·2 mesi fa·discuss
I used to think Zig was the new C, but its different enough to be its own category, imho. For an actually "new" C, try https://c3-lang.org/.
donpdonp
·6 mesi fa·discuss
for example, How much disk is needed? I started the uvx command and it started to download hundreds of megabytes. How much cpu ram is necessary and how much gpu ram is necessary? will an integrated intel gpu work? some ARM boards have a dedicated AI processor, are any of those supported?
donpdonp
·6 mesi fa·discuss
it'd be nice to get some idea of what kind of hardware a laptop needs to be able to run this voice model.
donpdonp
·7 mesi fa·discuss
I'm hoping they go with phoenix11 #seewhatididthere
donpdonp
·7 mesi fa·discuss
it seems like all this infrastructure could be replaced by a DNS TXT record with a public key that browsers could use to check the cert sent from the web server. A web server would load a self-signed cert (or whatever cert they wanted), and put the cert's public key into a DNS record for that hostname. Every visit to a website would need two lookups, one for address and one for key. It puts control back into the hands of the domain owners and eliminates the need for letsencrypt.
donpdonp
·9 mesi fa·discuss
The best part of this article for me is the link to these well made 3rd party docs for helix.

https://helix-nikita-revencos-projects.vercel.app/start-here...
donpdonp
·11 mesi fa·discuss
ATDT1170,
donpdonp
·2 anni fa·discuss
Really well written - it was a pleasure to read. Concepts were introduced in small, consumable chunks, without being too slow or overwhelming. I hope more articles are coming.
donpdonp
·2 anni fa·discuss
this looks very nice though it also is close to typst. a comparison would be interesting.
donpdonp
·2 anni fa·discuss
A detailed, hands-on, build a kernel module right away kind of tutorial. Bravo.
donpdonp
·2 anni fa·discuss
Sapling is the first AST editor that works how Ive imagined it could. I'd love to leave all the whitespace wrangling behind and move only between AST nodes in an efficient way. This was a fun editor to try and I think there is something to learn here still to make treesitter editors more powerful/efficient.
donpdonp
·2 anni fa·discuss
I'd like to see a comparison to nitro https://github.com/janhq/nitro which has been fantastic for running a local LLM.
donpdonp
·3 anni fa·discuss
its got 'for k in list {}' (https://nature-lang.org/docs/the-basics/control-flow#iterati...) though array.for_each(lambda) is a better way to go, imho.
donpdonp
·3 anni fa·discuss
The syntax choices are really nice here. It has a lot of what I would pick for a language. The one-liner test cases are awesome, <> for generics is comfortable since I use rust, sum types like elm are awesome. If I were to add something (well take it away really) its to use whitespace for array element separators. Eliminates the whole trailing comma issue and looks cleaner, though I admit it might create parsing ambiguities. 'try expr', returning (val,err) is curious and I think I like it better already than try {} catch {}.
donpdonp
·3 anni fa·discuss
for those looking for an open source way to sync photos, syncthing has an android app that works well. While it is 'always running' on my android phone, I love how as soon as I arrive home it connects to wifi and moves any new photos to my home linux box (which is also running syncthing).
donpdonp
·3 anni fa·discuss
I cant speak to 'correctness' but ureq has been great to work with. Simple and small. https://crates.io/crates/ureq
donpdonp
·3 anni fa·discuss
you might enjoy https://cyberdeck.cafe/