Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
puika
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
puika
1mo ago
I'm pretty sure I also ran into this very recently in linux wayland while working with symlinked files. It would show an empty file or show the old content if you recreate the symlink or modify the file externally
2.
▲
by
puika
4mo ago
I'd say LinkedIn is on a whole other level. Steer clear of it for your own health
3.
▲
by
puika
8mo ago
How is Quod Libet not here? Cross platform and its plugin system should be enough reason on its own https://github.com/quodlibet/quodlibet
4.
▲
by
puika
9mo ago
government jobs or at state-owned companies might be your only choice. Or maybe landing on a lucky spot of a run of the mill consultancy company where you're left at god's will until you retire. Their attrition is so high layoffs
5.
▲
by
puika
10mo ago
funny, windows 11's explorer has been the most infuriating experience for me over the years in all my personal and workplace machines (hangs, wont preview whatever files it decides doesnt want to, slow context menu startup, and many mo
6.
▲
by
puika
10mo ago
unless I misunderstood what little I know of ADHD, shouldn't these symptoms have been there all your life, not just 6 months prior? I score 4/6 on the scale without question, but I wasn't functioning like this before (maybe
7.
▲
by
puika
10mo ago
Wouldn't all boot issues caused by pacman shenanigans be solved by setting up snapper or equivalent? Luckily haven't experienced one so far
8.
▲
by
puika
11mo ago
The article does feel like Gemini when you ask it to explain you something in layman terms, but co-authored by chatgpt with nonsense like "without the fog".
9.
▲
by
puika
1y ago
I love the KDE ecosystem except for one very specific bug in kdeconnect in Linux where media of any kind in chrome, firefox, etc. are stopped after being paused for a while, so i have to refresh pages constantly, and pray the previous times
10.
▲
by
puika
1y ago
Maybe I'm using my phone wrong, but the mobile experience was barbaric and stopped reading
11.
▲
Who Will Maintain the Future?
(github.blog)
5 points
by
puika
1y ago
|
0 comments
12.
▲
by
puika
1y ago
Like the author, I find myself going more for cross-platform Python one-offs and personal scripts for both work and home and ditching Go. I just wish Python typechecking weren't the shitshow it is. Looking forward to ty, pyrefly, etc.
13.
▲
by
puika
1y ago
I have the same issue plus unnecessary refactorings (that break functionality). it doesn't matter if I write a whole paragraph in the chat or the prompt explaining I don't want it to change anything else apart from what is require
14.
▲
by
puika
2y ago
If anyone wants to experiment with this lib + yaegi interpreter I put up a trivial example at [1]. Composing scripts with LSP support and such might be doable with a proper abstraction, in the example a main package with a main function is
15.
▲
by
puika
2y ago
My current approach has been setting GOBIN to a local project bin via direnv and go installing bins there. install commands themselves are cached by me with a naive checksum check for the install script itself when I run my commands. Theref
16.
▲
by
puika
2y ago
if "pallets of H100s shipping that were worth 100s of millions each pallet." and "12+ months of back orders with Nvidia alone" are not public information, then in my mind that is insider trading, especially those backord
17.
▲
by
puika
2y ago
This hasn't been the case since go modules exist, if I understand your issue correctly: https://go.dev/blog/using-go-modules . You can additionally vendor each project's dependencies
18.
▲
by
puika
3y ago
I love dbeaver, but there's a thing that bugs me every single time. I constantly recreate databases during development, so I have to disconnect databases, then connect, then go dig inside the database tree to where I was before recreat
19.
▲
by
puika
3y ago
On the other hand, I advise you NOT to use this kind of library and write simple, fast go code most of the time, with the occasional generics helper. Why the hell would I clutter my code with, for example: https://github.com
20.
▲
by
puika
3y ago
Funny how I get the opposite result with google, which ignores my quoted text and tries to feed me whatever it believes I want to look up, instead of the exact matches. Especially annoying for code searches.
21.
▲
by
puika
3y ago
Looks like someone working more than one job. However, it's weird that they're doing nothing from the get-go. Don't you have probation in your company?
22.
▲
by
puika
3y ago
yes, CTRL+TAB and ALT+<N>, I use them all the time.
23.
▲
by
puika
3y ago
this is my "dark mode" via advanced options, e.g. warmer page and dark background: MainWindowBackground = #191919 FixedPageUI [ TextColor = #282828 BackgroundColor = #ebdbb2 SelectionColor = #2d938f ... ] wh
24.
▲
by
puika
3y ago
There's also pgvector (trivial) examples for different languages, see e.g. github.com/pgvector/pgvector-python
25.
▲
by
puika
3y ago
This is indeed the standard, AFAIK. Not sure what resources mention otherwise but it seems like a lot, judging by the comments around
26.
▲
by
puika
3y ago
I also don't see the point in mocking out your database unless you have slow tests due to hardware constraints, a huge project or your db tests not being parallelized. Regarding the latter I've had much success with a similar appr
27.
▲
by
puika
3y ago
Very handy. Ironic that it cannot work with this very post due to github's CSP
28.
▲
by
puika
3y ago
I knew Ellsberg rang a bell. I got to know about him from Peter Norvigs awesome [jupyter] notebooks: https://github.com/norvig/pytudes/blob/main/ipynb/Probabilit... . The probability ones are quite f
29.
▲
by
puika
3y ago
additionally, if it's an integration test, you may want to always run with `-count=1` at least. e.g. if you use a DB, you certainly want to not skip any cached tests when the schema changes, etc.
30.
▲
by
puika
3y ago
I absolutely love the integration in VSCode with the official Go extension. I can debug a running web server with delve with minimal config. Same for tests. Just experiment with the options, there are quite a lot, and unfortunately some not
More ›