Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hucker
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
hucker
1y ago
Have you tried aider, and if so, how is it lacking compared to Claude Code in your opinion?
2.
▲
I Want an Honest Office
(schistad.net)
10 points
by
hucker
2y ago
|
8 comments
3.
▲
by
hucker
2y ago
You're in luck, this seems to _only_ support WASM in the browser for the time being. > Graphite's code architecture is structured to deliver native performance for your graphically intensive workloads on desktop platforms and v
4.
▲
by
hucker
2y ago
Agreed, my company tried buck2 first when evaluating a cargo replacement, but bazel is just so much more mature at this point that it ended up being the natural choice. Thanks for your examples, they helped us get started :)
5.
▲
by
hucker
2y ago
This is not.. really the right takeaway from his work. That not every true statement within a system is provable from its axioms, or that the consistency of a system is not provable within that system, does not mean that axioms are not usef
6.
▲
by
hucker
3y ago
> I have been thinking about turning it into a literate code document. Please do! This looks like the perfect size and complexity to learn the basics, I'd love a structured walk-through of the code.
7.
▲
by
hucker
3y ago
For some more leftfield genres Bandcamp is the only game in town
8.
▲
by
hucker
3y ago
The last three are taken from the OPs Zig example, and is not valid Rust at all.
9.
▲
by
hucker
4y ago
This is not some "glossing over some details for a lay audience" situation. It is not a lack of depth. It makes ridiculous claims, fundamentally misrepresenting what this research is, to make it sound cooler and more interesting.
10.
▲
by
hucker
4y ago
Not to be that guy, but this is probably the biggest and most well known of all crypto trading firms, and the source of SBFs fortune initially.
11.
▲
by
hucker
6y ago
You typically wouldn't use an array with a million objects in Java if you cared about performance though (for exactly that reason), you'd architect it some other way. Using SoA style when appropriate, for example.
12.
▲
by
hucker
8y ago
Thanks for the love! Please let me know if there are any features that you feel are missing.
13.
▲
by
hucker
8y ago
This is a really good idea! I assume support for more languages / package managers is coming?
14.
▲
by
hucker
8y ago
This is a pretty misleading title. The article is a GSoC-report about adding BTRFS-support to ReactOS.
15.
▲
by
hucker
8y ago
https://web.archive.org/web/20180814113709/www.ingegneri.inf... An old mirror on the waybackmachine
16.
▲
by
hucker
8y ago
This was changed to a 15/15 week split this summer I believe (with the remainder still split as the couple sees fit).
17.
▲
by
hucker
8y ago
There has been big debates about this in Norway for as long as I can remember. One of the arguments for the "father's quota" is that when fathers were not "forced" to take at least some parental leave, there was an
18.
▲
by
hucker
8y ago
That is basically the case in Norway. Both the mother and the father gets 15 weeks mandatory each, and the rest (of a full year) is divided between them as they themselves see fit, iirc.
19.
▲
by
hucker
8y ago
Good point, that's true. But yes you could, using row-level security. See https://www.postgresql.org/docs/current/static/ddl-rowsecuri... and https://postgrest.org/en/v4.4/auth.
20.
▲
by
hucker
8y ago
There's nothing in PostgREST that stops you from limiting control so that even anonymous users can use it safely. I've used PostgREST for user-facing APIs with success, but it requires some knowledge about the postgres access cont
21.
▲
Introducing scdoc, a man page generator
(sircmpwn.github.io)
4 points
by
hucker
8y ago
|
0 comments
22.
▲
by
hucker
8y ago
Take a look at racket ( https://racket-lang.org/ ), works on windows and is the most beginner-friendly lisp I know.
23.
▲
by
hucker
9y ago
Shameless self-promotion incoming, but if you're mostly using postgres (like me), you can take a look at https://github.com/martingms/vipsql as well.
24.
▲
by
hucker
9y ago
Are there any bootable releases anywhere?
25.
▲
by
hucker
9y ago
They presented this at FOSDEM today, and ran the entire presentation (and a demo afterwards) on the actual hardware. They used PCI via an FPGA to interface with a standard ATI gfx card iirc. I don't know if the video is out yet, but ha
26.
▲
HiFive – RISC-V-based Linux development board
(sifive.com)
240 points
by
hucker
9y ago
|
133 comments
27.
▲
by
hucker
9y ago
We use a separate schema for the API (that way we can easily version our APIs as well). The API schemas only contain views/function that expose the tables/fields/etc that we want to expose.
28.
▲
by
hucker
9y ago
Yes, with good results. Anything specific you're curious about?
29.
▲
by
hucker
9y ago
I'm glad you like it! It's pretty rough around the edges yet, but it solves the same problem for me (iterating on complex queries). Let me know if there's anything you're missing!
30.
▲
Show HN: Vipsql – A vim-plugin for interacting with psql
(github.com)
7 points
by
hucker
9y ago
|
2 comments
More ›