Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sudo_chmod777
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
sudo_chmod777
1y ago
Datadog if you see this
2.
▲
by
sudo_chmod777
1y ago
What about ads from governments and organisations that promote mental health awareness, DEI, etc.?
3.
▲
by
sudo_chmod777
2y ago
Emails??
4.
▲
by
sudo_chmod777
2y ago
That's... quite a Windows mindset.
5.
▲
by
sudo_chmod777
4y ago
Looks like no one has mentioned https://github.com/gpakosz/.tmux You still need to learn the basics but this lowers the learning curve a lot.
6.
▲
by
sudo_chmod777
4y ago
Vote here: https://github.com/community/community/discussions/8940
7.
▲
by
sudo_chmod777
4y ago
Same boat. Sony has great embedded software engineering power but they are just not that good at these upper layer applications. Look at PS Store web, it's a hot mess. PS App is also terrible. Xperia has some fancy photography/vid
8.
▲
by
sudo_chmod777
4y ago
I use LUKS cos I need multi keys and native ZFS's performance is somehow miserable on my small Gemini Lake box.
9.
▲
by
sudo_chmod777
4y ago
Anything's possible will be exploited. It's hard for phone these days, but my PC's security model is I can easily lock myself out of it permanently.
10.
▲
by
sudo_chmod777
4y ago
My company has a Linux Slack channel and that's where I finally got to know a lot of 'real people' who also use Linux lol
11.
▲
by
sudo_chmod777
4y ago
If you write dev facing projects, unless your volume is that high, your commit history can absolutely be your change log using conventional commits. Otherwise your PM can write change logs basing off of JIRA or something. Your change log ge
12.
▲
by
sudo_chmod777
4y ago
Is it even possible on macOS? I don't know about Undo but iirc rr needs access to perf counters to achieve deterministic interrupt delivery or something, which macOS doesn't allow. Now I basically have a sidekick Linux machine at
13.
▲
by
sudo_chmod777
4y ago
I also use Vim. 1. Use `:=` whenever you can, so types are inferred by the assignments/allocations 2. Alternatively query all references from `gopls` and put the results into quick fix list, then `:cdo`
14.
▲
by
sudo_chmod777
4y ago
> However, the issue this brings up about structs / types not explicitly declaring which interfaces they implement is a real and unaddressed problem, especially in large codebases. The only tool that I'm aware of that finds imp
15.
▲
by
sudo_chmod777
4y ago
This. And actually only up until a while ago did my co-workers still think using Vim was just some weird flex. Then a live coding session which was not about Vim at all I did somehow showcased how fast I was able to be in Vim, now everyone
16.
▲
by
sudo_chmod777
4y ago
Better PGP integration
17.
▲
by
sudo_chmod777
4y ago
It's a bit of a dilemma if we are talking about landing a job here. With C++ you'll have more offers, but you are more likely to be unsatisfied with your job: in large corps you'll usually have to untangle lots of messy legac
18.
▲
by
sudo_chmod777
4y ago
Define 'specific change'. A change driven by a business decision? Don't see how it won't work. A change specific to a component? Try conventional commits with scopes. Code change? You shouldn't use commit messages.