Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
marcrosoft
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
marcrosoft
9mo ago
Last time I checked quicklisp also didn’t support https and doesn’t do any signature checking.
2.
▲
by
marcrosoft
1y ago
The problem with methods like this is that there is no priority and rewards you for doing tasks that don’t actually matter. It’s better to do one really important thing per day than 10 meaningless tasks.
3.
▲
by
marcrosoft
2y ago
Render to html and then use webkit2pdf which will give you a pdf that looks exactly like the html shown in chrome. This is a million times easier than working with PDF libraries
4.
▲
by
marcrosoft
2y ago
I always think of Randal shwartz when I think of people saying, “I’m an X language programmer”. You don’t want to be the last guy on earth that’s the expert in a dead language.
5.
▲
by
marcrosoft
2y ago
I just switched off of ledger because multiple accountants and tax preparers didn’t know what to do with it even if I hand generated profit and loss reports. Quickbooks online has gotten pretty good. I honestly wouldn’t recommend these plai
6.
▲
by
marcrosoft
2y ago
I did something similar but not open source: centrallogging.com it is surprising how SQLite can scale for smallish amounts of logs (1tb)
7.
▲
by
marcrosoft
2y ago
It is called 2 factor or multi-factor authentication. It should be something you know (password) and something you have (device). Storing totp with your password defeats the entire point of it.
8.
▲
by
marcrosoft
2y ago
Congrats on launching and building something. Unfortunately I think this is very bad for security. We have seen numerous accounts take overs from iMessage and sms based 2fa. This makes it even easier. I also don’t understand why password ma
9.
▲
by
marcrosoft
2y ago
My home IP doesn’t change much so I just open ssh port only to my own IP. If I travel I’ll add another IP if I need to ssh in. I don’t get locked out because I use VPS or cloud provider firewall that can be changed through console after aut
10.
▲
by
marcrosoft
2y ago
I’m still using if err == something. I’ve never bothered to use error.Is. Looks like another reason to avoid
11.
▲
by
marcrosoft
2y ago
This “SQLite isn’t good for production” mentality really needs to die. It’s a myth.
12.
▲
by
marcrosoft
2y ago
I thought we all quit when they disabled API access and ruined Apollo. People are still using Reddit?
13.
▲
by
marcrosoft
3y ago
If their latest “REST” API is an indication of their tech you don’t want to work there anyways.
14.
▲
by
marcrosoft
3y ago
I clicked the comments section hoping to see sivers response because I remember him mentioning it before. I’m glad I did.
15.
▲
by
marcrosoft
3y ago
Use virtual credit cards and privacy.com. It really helps with peace of mind that you can really have a free trial and not worry about it.
16.
▲
by
marcrosoft
3y ago
This is close to my stack which is a single Go binary, SQLite db and either OpenBSD or Linux with a side of htmx.
17.
▲
by
marcrosoft
3y ago
Take ruby vs go. Ruby can write expressions that resemble a sentence so you can skip commenting and it looks nice. Go is verbose and less English like. Which is easier to understand what the code actually does? Go may take a little extra ti
18.
▲
by
marcrosoft
3y ago
CenturyLink advertises that they don’t raise the rate and they STILL do it. Mine went from $50->$60 with no speed change. I don’t have the energy anymore to fight it. My alternative is xfinity which is far worse.
19.
▲
by
marcrosoft
3y ago
In typed languages like go I don’t need to look at module imports linked to files for navigating. With the vim shortcut ‘gd’ I can immediately jump to the definition making this entire discussion about where to put things almost irrelevant.
20.
▲
by
marcrosoft
3y ago
Yeah it is still happening on fresh podman install as of a month or so. So many of my coworkers ran into the issue there is an internal wiki about it. The hwutil sync command thing works but it’s annoying.
21.
▲
by
marcrosoft
3y ago
Have they fixed the macOS time drift issue yet?
22.
▲
by
marcrosoft
3y ago
It is Go not golang. Golang is used for search it is not the name of the language.
23.
▲
by
marcrosoft
3y ago
One effect of this is that stocks historically average about 8% a year. As this gets closer to that number you can expect money from the stock market to start pouring into bonds. Why take risk when you have a guaranteed yield? This will pro
24.
▲
by
marcrosoft
3y ago
No they are a non profit.
25.
▲
by
marcrosoft
3y ago
Except if you look at their financials they are paying a huge tax being a French company. Their resources would go further if they left.
26.
▲
by
marcrosoft
3y ago
Harry Browne didn’t like TIPs and didn’t think they would protect when things got bad. He preferred holding gold coins in a country outside the one you live in.
27.
▲
by
marcrosoft
3y ago
Spotify to me has been crap since they tried to ruin podcasts by making a walled garden
28.
▲
by
marcrosoft
3y ago
Scrolling marquee, what year is it?
29.
▲
by
marcrosoft
3y ago
This is why OpenBSD’s rc doesn’t have restarts. A crashing application has a bug that needs fixed. A crashing application probably has a security vuln if nothing else it has denial of service.
30.
▲
by
marcrosoft
3y ago
Just a side note: you can be highly successful with less than 50% win rate. Many trend following strategies are 30/70 but are still profitable due to how much they win when they are right and how little they lose when they are wrong. T
More ›