Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ledgerdev
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
31.
▲
by
ledgerdev
2y ago
> generate systemd units for containers Oh man that is something I've been wanting as well.
32.
▲
by
ledgerdev
2y ago
So I have not yet tried out this aspire, but my gut feeling (as a long time dotnet dev) is that this will turn into a tangled web of complexity down the road.
33.
▲
by
ledgerdev
2y ago
Say you wanted to build an app on a database like LedgerStore but at much smaller scale, what are the best open source options out there right now?
34.
▲
by
ledgerdev
2y ago
Thanks for the suggestion, I was unaware of podman and will be trying it out because root has always bothered me.
35.
▲
by
ledgerdev
2y ago
Between these sorts of email tricks and ability to easily voice clone using ai, it would seem that invoicing systems should put some sort of 2 factor approval/confirmation into the workflow for payouts.
36.
▲
by
ledgerdev
2y ago
Next time I work on it, will try to see if that resolves it.
37.
▲
by
ledgerdev
3y ago
answered here. https://news.ycombinator.com/item?id=39737557
38.
▲
by
ledgerdev
3y ago
Last year chrome started discarding background tabs to save memory, probably should have said discard rather then sleep it's been a while since I worked on that. Our user base keeps tabs in background often in mobile devices and we saw
39.
▲
by
ledgerdev
3y ago
I used htmx to build a now in production multi-step payment form that's currently in use by several hundred thousand people per month. It's been great, but not perfect and I would say a less well trodden path to get the edge cases
40.
▲
by
ledgerdev
3y ago
https://github.com/explodingcamera/tinywasm/blob/main/BENCHM...
41.
▲
by
ledgerdev
3y ago
This looks excellent. Since this is a university project, what future plans/hopes do you have for the project?
42.
▲
by
ledgerdev
3y ago
I've been wondering how WASM GC works with multiple wasm modules, it sounds like you might know. Does WASM GC exist outside individual modules managing memory for many, or is it "contained" inside each module? Does it allow f
43.
▲
by
ledgerdev
3y ago
What host language and guest language would be top of list? I have some a few working I have been playing with.
44.
▲
by
ledgerdev
3y ago
From my perspective It's 2 primary blockers. 1. It's too damn hard to get data into and out of wasm modules. The component model is addressing this but it's sprawled out into literally rebuilding "worlds" and turnin
45.
▲
by
ledgerdev
3y ago
Have you considered an open source the parser/compiler framework that targets wasm? I suspect that dsl's and tiny languages compiled directly to wasm could be valuable.
46.
▲
by
ledgerdev
3y ago
Yes, they measured bisphenols and phthalates. I actually tracked down the original which has charts of how much was found, and is what should have been linked to in this post. https://www.consumerreports.org/health/food
47.
▲
by
ledgerdev
3y ago
I would strongly encourage you look into the research of Dr Shawna Swan. She's done several studies since the 1990's that have found and then later confirmed very alarming effects on testosterone and unborn children. And it's
48.
▲
by
ledgerdev
3y ago
This is an amazing idea! Am I missing something or does this sound like a viable way to build cross ecosystem packages with strong sandboxing? I am thinking generating and compiling wasm to a native lib, then calling that native library fro
49.
▲
by
ledgerdev
3y ago
With supply chain attacks becoming more of an issue the strong sandboxing of library permissions would a huge benefit also. A thought on how this might be workable would be to have a wasm registry that when pushed to, would auto-build packa
50.
▲
by
ledgerdev
3y ago
> property taxes and electric bill charge me an extra fee for credit card payment (which I prefer since it is push and also rewards) Precisely why credit cards are a hidden parasite on overall economic activity. They incentivize customer
51.
▲
by
ledgerdev
3y ago
Yes FedNow (and RTP from the Clearinghouse) are captured from bank account, but are push unlike debit which is a pull like credit cards. I looked into it for bill payments and there's a FedNow feature to request payment but it's s
52.
▲
by
ledgerdev
3y ago
Very cool, I really love to see these new wasm native languages, very exciting. Do you have any plans for a standard library? Build one specific for the language, or will perhaps try use or create/collaborate on a cross language standa
53.
▲
by
ledgerdev
3y ago
You should check out Randal Carlson on Joe Rogan, and this is a very interesting video on the topic. https://youtu.be/3qXuAzzVOTQ
54.
▲
by
ledgerdev
3y ago
This is far more relevant and exciting This is way more exciting. https://twitter.com/MStrehovsky/status/1669502394827419648 > "A fully self-contained natively compiled C# Hello World, including GC and eve
55.
▲
by
ledgerdev
3y ago
Pressing Alt seems to invoke the same on linux/gnome, probably alt key on windows as well.
56.
▲
by
ledgerdev
3y ago
It sort of zooms out and shows top level lines at regular size, but a mini-map like view of code underneath the top level. It's very smooth too.
57.
▲
by
ledgerdev
3y ago
Pretty much all paper cups, and all metal cans too are lined with plastic too.
58.
▲
by
ledgerdev
3y ago
I quit aeropress for precisely this a couple years ago. Having tried many different methods, I've settled on using a stainless filter and brew into a measuring cup and let it settle out for a minute or 2. It's easy, and not worrie
59.
▲
by
ledgerdev
3y ago
Reminds me of the wise words of Steve Jobs, the sales and marketing people are running things now. The product Genius has been rotted out, by people who have no conception of good product, no feeling in their heart about wanting to help cus
60.
▲
by
ledgerdev
3y ago
If you use longer named enums(eg. my_enum_xyz) in my_enum, does this store a full copy of the enum text bytes of 'my_enum_xyz' into table foo?
More ›