HN user

other_herbert

227 karma
Posts1
Comments154
View on HN
iPhone Pocket 8 months ago

I checked the url a couple of times to make sure it really was legit... I was certain there'd be like 3 p's or a non visible character in there...

You can always alias to a singular … like

join users as user on user….

Then do as you please without the that if you are dealing with a user or leave it plural if multiple…

And if we’re talking personal preference I really dislike caps in reserved words in sql, even before highlighting was everywhere it still just feels archaic for no good reason

Ha re: audio cues for debugging… your pc speaker is truly an underused tool when debugging something infrequent… for example our system processes a lot of xml data and usually it’s fine but for our test suite hearing beeps and knowing there are server side issues immediately is a great thing

You’ve talked me into running some load tests around and before these times… around thanksgiving I’ll give it a shot too… I wonder though if it’s just a redirection of traffic… if regular business sites are less busy because people are shopping it would just slightly shift the load from one “side” to the other

Hmmmm….

It’s unlikely that you would be using different db vendors.. not different databases for different environments, that you absolutely should be doing … but pgsql in one and mssql in another is super unlikely

The Perfect Commit 4 years ago

It also will track changes you don’t want… like if you have something you’ve changed for testing that can be kept in a separate change list (I call mine “ignore-for-now”) and the n future changes to that file would be in the regular changes, just minus the other stuff… also not affiliated, another fan

Vite 3.0 4 years ago

Replying to emphasize this comment...

For dev, vite _doesn't_ bundle, it sends your site basically unmodified (as individual files) to the browser since most browsers are already capable of running anything you're using anyway... so if you change one file, that one file is patched, not the whole bundle that depended on it..

since there's no bundling, the initial start time is nearly instant...

webpack hot reload is NOTHING like this hot reload

I am.. my use case is a computer with two devices in the same building and they share data over webrtc datachannels..

There are some quirks in getting all the signaling working but there’s now more of a standard to do that process the right way…

Anyway since the devices are on the same network latency is nearly 0…

I do have an ack and retry process … I should add logging to see how often that happens though

I like you, pay off mine at the end of the month... It seems the percentage of people who do that is around 40%... which seems maybe high...

ALso don't forget, credit card companies charge at least 1.5% of a fee to the retailer, this is why some places (usually gas stations) will have a cash price and a card price...

But yeah... lots of the perks are paid for by the rest of people who aren't paying off the balance...