Viewing profile — pthr
pthr
HN member- Joined
- Tue, Jul 19, 2022, 2:46 PM UTC
- HN karma
- 5
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About pthr
No profile information was provided.
Recent public activity
-
comment
Comment #41847195
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 coul…
-
story
Is it just me or are LLM chat bots still useless in many cases?
Despite all enthusiasm I hear around me (at work mostly) and read online, I've noticed on many occasions the responses I get are really just useless. This recent encounter illustra…
-
comment
Comment #40489133
Thanks for sharing your insight, appreciated! Also your final remark.
-
comment
Comment #40488477
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 c…
-
comment
Comment #36417786
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: …
-
comment
Comment #36416300
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 t…
-
comment
Comment #36030757
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.
-
comment
Comment #35812038
My personal appreciation for the HN UI is that it's completely free of distraction.
-
comment
Comment #35684426
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 …
-
comment
Comment #34816449
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 'boo…
- comment
-
comment
Comment #34722780
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…
-
comment
Comment #34722597
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 Powersh…
-
comment
Comment #34625707
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 pr…
-
story
My HR dept leaked some data to a scammer, take any action or ignore?
I'm in some big multinational. I didn't get my salary of last month; thought I'd give it a couple of days. Then HR contacts me, asking whether I really did not get my salary? What …
-
comment
Comment #34352666
Yes it would!
-
comment
Comment #34350874
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 …
-
comment
Comment #33772964
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 Vaultwa…
-
comment
Comment #32578982
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
-
comment
Comment #32353027
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 al…
-
comment
Comment #32152335
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.…