Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ledgerdev
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ledgerdev
2y ago
That seems like a pretty biased source, how about these actual cases at the top of google search? We are just getting started perhaps 10 years into this, now imagine this after another 100 years? And of course maybe they can technically be
2.
▲
by
ledgerdev
2y ago
Some do, perhaps they were older panels this farmer had on his land.
3.
▲
by
ledgerdev
2y ago
I would actually consider epoxy pretty nasty. 10 years for actual use is pretty accurate, 20 years is extremely optimistic. They are just buried or piled up somewhere, not burned as far as I know.
4.
▲
by
ledgerdev
2y ago
I have heard from a couple farmers that some venture energy corporation will pay a yearly fee to put panels on the farmland, which is probably the 20k/year he gets paid from a corporation like that. I doubt he's selling the power
5.
▲
by
ledgerdev
2y ago
I used to think this was a wonderful idea, with the greatest of intentions, what could possibly go wrong? Turns out it's inevitable that a hail storm hits or mother nature somehow will break/cracks those panels, allowing heavy met
6.
▲
by
ledgerdev
2y ago
Thanks for the cloudberry mention, wasn't aware of it.
7.
▲
by
ledgerdev
2y ago
Excellent ideas, especially having a parser keep order of parsed data. I wonder if EDN reader/parser for different languages could be written once, then compiled through wasm to c ( https://news.ycombinator.com/item?id=3
8.
▲
by
ledgerdev
2y ago
> To complete the puzzle, we wanted to deterministically test the behavior of the database when interacting with the operating system and other components. To do that, we are partnering with Antithesis Are there any open source DST proje
9.
▲
by
ledgerdev
2y ago
> Perhaps EDN can also be improved How might you improve EDN?
10.
▲
by
ledgerdev
2y ago
It's plain old clojure, more examples here https://learnxinyminutes.com/edn/ { :name "John Doe" :age 30 :languages ["English" "Spanish" "French"] :address {:
11.
▲
by
ledgerdev
2y ago
https://github.com/edn-format/edn I too love edn, but unfortunately most other languages lib abandoned (eg. https://github.com/edn-format/edn-dot-net ). Looking around python seems relatively main
12.
▲
by
ledgerdev
2y ago
An excellent point about lisps. I've long thought that one of the core issues with lisps is that logic is tree based, where a large majority human brains are far more amenable to linear process. I suspect there's un-recognized cog
13.
▲
by
ledgerdev
2y ago
Thanks so much for this post and the other about provisioning. I'm going to try this exactly. Great suggestion about having caddy just use try_duration to minimize downtime.
14.
▲
by
ledgerdev
2y ago
> having V8 as a backend also means supporting WebAssembly Exceptions and Garbage Collection under the hood. Stay tuned for more news on this front soon Looking forward to this and languages that can make use of wasm-gc. Does wasm-gc all
15.
▲
by
ledgerdev
2y ago
What's the latest on building PWA's with Svelte/Kit 5?
16.
▲
by
ledgerdev
2y ago
Except when you scale to zero, you get a 23+ second cold start time on .net apps. Google cloud run pulls some black magic to get ~3 second cold starts on .net apps, and ~500ms for golang/python/native apps.
17.
▲
by
ledgerdev
2y ago
I would like to know this also.
18.
▲
by
ledgerdev
2y ago
Long term c# dev, who's used golang on a few projects. I really want to love go with an htmx+templ, amazing speed and gc, but find it sort of weird/quirky and just plain tedious in use. Linq in c# is so nice, and lots of little c#
19.
▲
by
ledgerdev
2y ago
It would be wonderful if perhaps the clojure team could do blog posts on those various things, perhaps might bring ideas to come from elsewhere.
20.
▲
by
ledgerdev
2y ago
Good points on code assistants effecting language/framework usage. Myself I've found that copilot will happily suggest usages that were deprecated 10 years ago and waste a couple hours of time.
21.
▲
by
ledgerdev
2y ago
What had become of spec? Abandoned? Any news on hopes for it?
22.
▲
by
ledgerdev
2y ago
So lago is storing token issued by processor, then using that token to trigger payments?
23.
▲
by
ledgerdev
2y ago
I love this idea, simple reliable pieces. edit: looking into traefik docs and perhaps not what I would call simple, probably would use caddy as reverse proxy instead.
24.
▲
by
ledgerdev
2y ago
Does anyone know where/how getlago stores card data for recurring billing? How does getlago deal with pci concerns?
25.
▲
by
ledgerdev
2y ago
Yeah, I'm also very excited for cosmic, and a solid modernize toolkit for the longer run future as well.
26.
▲
by
ledgerdev
2y ago
Yeah, wasn't thinking about actually building it out, just mocking it out and taking into consideration to allow for it as you build out browser. So much easier to plan for rails, rather than foist into something later on. edit: > F
27.
▲
by
ledgerdev
2y ago
Hey please be sure to design and at least mock out a way to host/run a collection of local LLM models in a generic manner. You could give the models access to context/content/history and to bubble up functionality within the
28.
▲
by
ledgerdev
2y ago
My favorite type of discussion! Language choice would seem super important long, long term and could provide long run advantage over other engines. Given the goals and philosophy of Ladybird zig seems like a complementary choice, and headed
29.
▲
by
ledgerdev
2y ago
> We have a number of big challenges in the immediate future, but I think the biggest one of all will be the long tail of compatibility and correctness issues No kidding... how about get it roughly working on hacker news, and make it the
30.
▲
by
ledgerdev
2y ago
Any plans to use wasmgc?
More ›