Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
eyegor
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
eyegor
5mo ago
On prem beats the heck out of github post Microsoft though... At least you know how to get it working again when someone breaks it. These days with github you expect a weekly 500, a rainbow unicorn error, build failures due to unavailable e
2.
▲
by
eyegor
9mo ago
"Chinese repos" is a very charitable interpretation of the Google drive links they used to distribute the os. It seemed like it was on the free plan too, it often didn't work because it tripped the maximum downloads per month
3.
▲
by
eyegor
11mo ago
As nice as it looks, I have a lot of trouble believing the "we have magic money, it's free because that's good for business" logic. PDFgear is free of charge, and we don’t generate income through any hidden means.
4.
▲
by
eyegor
11mo ago
Plans for language bindings? Should be trivial to whip up simpler ones like python or dotnet but I didn't see any official bindings yet.
5.
▲
by
eyegor
1y ago
> even a 1 minute compile time is dwarfed by the time it takes to write and reason about code, run tests, work with version control, etc. You are far from the embedded world if you think 1 minute here or there is long. I have been involv
6.
▲
by
eyegor
1y ago
I've used them as a quick way to get rootless configured base images. Not sure if official repos provide those now, but it used to be a big hassle to get things like postgres images running without root in their containers. Although I
7.
▲
by
eyegor
1y ago
If you really want the 80 col experience, I think that was the fortran 77 default. You'd even get compiler errors if you try to exceed it. Of course there were flags to increase the line length limit but don't tell your colleagues
8.
▲
by
eyegor
1y ago
F# has been a third class citizen for a long time... Last I heard the entire f# team was ~10 people. Pretty sure "find references" still doesn't work across c# and f# (if you call a c# method from f# or vise versa). That also
9.
▲
by
eyegor
1y ago
Side note, if you're a lazygit fan, consider using gitui as an alternative. Feature wise they're pretty similar but gitui is much faster and I find it easier to use. https://github.com/gitui-org/gitui
10.
▲
by
eyegor
1y ago
I wish setup.py was actually on the way out, but sadly, it's the only straightforward way to handle packages that use cython or interop. In these cases, libraries use setup.py to compile the dll/so/dylib at install time. Natu
11.
▲
by
eyegor
1y ago
I guess they abandoned the python superset idea? I followed them for a bit when they first publicly launched and they said "don't worry, we'll be a real python superset soon" and the biggest omission was no support for c
12.
▲
Study: Meta AI model can reproduce almost half of Harry Potter book
(arstechnica.com)
7 points
by
eyegor
1y ago
|
0 comments
13.
▲
by
eyegor
1y ago
Is this advice insane or am I missing something > to fix your busted drive, just nuke the boot sector and send it > bash > dd if=/dev/zero of=/dev/xxx bs=512 count=1 conv=notrunc
14.
▲
by
eyegor
1y ago
That costs money to maintain, even if it's just a few bucks a month. I've seen plenty of Chinese companies using mega/gdrive/etc just because it's free. I used to think it was just cheapness, but depending on the co
15.
▲
by
eyegor
1y ago
https://cran.r-project.org/web/packages/khroma/vignettes/tol... The tol palettes are the best looking colorblind friendly palettes to me. Most of the others get complaints from non colorblind users about
16.
▲
by
eyegor
1y ago
It sounds like you're trying to use these llms as oracles, which is going to cause you a lot of frustration. I've found almost all of them now excel at imitating a junior dev or a drunk PhD student. For example the other day I was
17.
▲
by
eyegor
2y ago
I'll just pitch in as someone who's worked with several 40+ year old codebases and 3+ year old perl, the perl code is significantly harder to maintain. The language lends itself to unreadable levels of terseness and abuse of regex
18.
▲
by
eyegor
2y ago
In the real world, for web things, people use django or fastapi. I'd suggest picking a project with lots of stackoverflow questions and poking around their docs to see which makes you the most comfortable. Personally I tend to favor li
19.
▲
by
eyegor
2y ago
For papers sometimes you need to hit a page count to make your sponsor/advisor/conference happy. I've been told "this is a great paper but can you pad it out to 12pgs?", maybe that happened here as well.
20.
▲
by
eyegor
2y ago
Nodejs/js runtimes in general get a lot of development effort to make the runtimes fast from Google et al. It's the default web language so there's a ton of effort put into optimizing the runtime. Python on the other hand is
21.
▲
by
eyegor
2y ago
I don't honestly think anyone can remember bash array syntax if they take a 2 week break. It's the kind of arcane nonsense that LLMs are perfect for. The only downside is if the fancy autocomplete model messes it up, we're go
22.
▲
by
eyegor
2y ago
Is there a difference between global setattr(object, v) and object.__setattr__(v)? I've seen setattr() in the wild all over but I've never encountered the dunder one.
23.
▲
by
eyegor
2y ago
Have you tried using chatgpt/etc as a starting point when you're unfamiliar with something? That's where it really excels for me, I can go crazy fast from 0 to ~30 (if we call 60 mvp). For example, the other day I was trying
24.
▲
by
eyegor
2y ago
Coil whine (or capacitor whine) from the gpu running at too high a refresh rate. Easiest thing would be to use nvidia control panel to add an fps cap to something like 2x your monitors max rate for the browser (or globally). It's prett
25.
▲
by
eyegor
2y ago
I think it just predicts 2 branches per cycle instead of 1. So it can evaluate the result of n+2 ahead of time instead of only n+1 (typical branch prediction). How this works without wrecking the L1 cache, I'm not sure. It seems like t
26.
▲
by
eyegor
2y ago
Also happens to be why quicksort loses to almost anything else on small arrays, even bubble sort
27.
▲
by
eyegor
2y ago
What do you mean by "relatively universal"? This is Cuda only [0] with a promise of a rocm backend eventually. There's only one project I'm aware of that seriously tries to address the Cuda issue in ml [1]. [0] https:&#
28.
▲
by
eyegor
2y ago
+1 for gitlab support -- self hosted gitlab (or gitea) is probably the most popular one, since self hosted github is very pricy
29.
▲
by
eyegor
2y ago
What do you mean by "for anything serious it isn't open source"? I didn't see any red flags in the apache variant of timescale, just constant pleading to try their hosted option. https://github.com/timesc
30.
▲
by
eyegor
2y ago
Does llvm have good riscv support for cross compiling? In my experience, even aarch64 isn't universally supported as a cross compiling target and building on embedded devices is an exercise in patience. I never even considered trying r
More ›