Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pthr
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
pthr
11d ago
Why lantunnel, over any of the other projects mentioned in the readme? Personally, I'd specifically be interested in how this compares to nebula.
2.
▲
by
pthr
2y ago
Thanks, those are very good points! Intuitively it makes a lot of sense that asking for boilerplate code for Flask (to name something widely used and documented) these AI bots could perform way better than on something for which much less c
3.
▲
Is it just me or are LLM chat bots still useless in many cases?
3 points
by
pthr
2y ago
|
2 comments
4.
▲
by
pthr
2y ago
Thanks for sharing your insight, appreciated! Also your final remark.
5.
▲
by
pthr
2y ago
Looks interesting, thanks for posting and commenting here! Does it in any way attempt to find the global minimum, or will it merely enhance the decent to any local minimum of the cost function?
6.
▲
by
pthr
3y ago
If that's so I should never leave my company. My own situation wasn't directly comparable but I was stuck in a role I ended up in; HR helped me out big time. There core focus was: how do we make everyone excel in what they do, acc
7.
▲
by
pthr
3y ago
You don't have an HR department you can discuss with? Just be fully transparent and present your own perspective, all of it. If your HR is professional, they will help getting to the bottom if this. Their job ultimately is to optimize
8.
▲
by
pthr
3y ago
Self hosting? Not once you have more than just you and some friends using what you've built, but until then you can just take your time to experiment without taking any cost.
9.
▲
by
pthr
3y ago
My personal appreciation for the HN UI is that it's completely free of distraction.
10.
▲
by
pthr
3y ago
Really cool! For cycling, some statistics like power and heart rate (if recorded) would be a great addition. Then over time an evolution of the power curve. Another useful feature in Strava is the fitness/fatigue/form curve. Did y
11.
▲
by
pthr
4y ago
Look into unified kernel images (UKI). That makes you independent on a bootloader; whenever things go wrong (like Windows overwriting your Linux related entries), just use the 'boot from file' function in the UEFI firmware and sel
12.
▲
by
pthr
4y ago
No
13.
▲
by
pthr
4y ago
What I feel Powershell does not give: short and simple command names, little syntax, and return values that are interpretable at a glance. And there's muscle memory of course, that's on me!
14.
▲
by
pthr
4y ago
oh-my-zsh on Linux is absolutely great, especially with autosuggestions and syntax-highlighting enabled. On Windows I've settled with Windows Terminal and clink. I've tried Powershell too but never got used to it. The concept wher
15.
▲
by
pthr
4y ago
OK thanks for sharing your thoughts! Much appreciated. For now I reported to my direct manager and the HR manager, asking what HR's follow up actions are going to be (suggesting process review / staff refresher on processes, and r
16.
▲
My HR dept leaked some data to a scammer, take any action or ignore?
1 points
by
pthr
4y ago
|
4 comments
17.
▲
by
pthr
4y ago
Yes it would!
18.
▲
by
pthr
4y ago
Great service! Could you consider allowing for ports other than 7878? Would be nice in restricted network environments. Like that of my company; it's allowing only the more common ports to WAN.
19.
▲
by
pthr
4y ago
If self-hosting is an option for you (that already partly resolves not having to deal with 'shady companies', or at least you can choose a hoster yourself); I've been using Vaultwarden[1] to great satisfaction for about a yea
20.
▲
by
pthr
4y ago
I'm easily annoyed by either loud fans or fan speed that fluctuate all the time. So something I always run on my Linux laptops: https://github.com/nbfc-linux/nbfc-linux
21.
▲
by
pthr
4y ago
Python bytecode was shipped in a commercial application; I once took half an hour to figure out what arguments the scripts were accepting (by decompiling the bytecode). This has allowed me to generate some license-free objects to be used ex
22.
▲
by
pthr
4y ago
vscode actually is very convenient when working on remote machines. You'll run the vscode editor on your own box, but have it access the remote's filesystem over ssh. https://code.visualstudio.com/docs/remote&