Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Vendan
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
45 ms
·
1.
▲
by
Vendan
1y ago
that's the entire point of tabs, they can be customized to what the person reading them wants. It's an accessibility issue ( https://www.reddit.com/r/javascript/comments/c8drjo/nobody_t... ).
2.
▲
by
Vendan
1y ago
information-optimal compression is "the theoretical minimum number of bits needed to represent data without losing any information, based on the data's entropy", so I think they mean the same thing you do
3.
▲
by
Vendan
2y ago
I'm a software engineer at a company that does all macbooks. I hate my M1 macbook because it's way less reliable then my desktop, both software and hardware. I have to hold the power button to force it off roughly twice a month,
4.
▲
by
Vendan
2y ago
The website is out of date, last release was actually in may (like smtp4dev) https://github.com/sj26/mailcatcher/releases/tag/v0.10.0
5.
▲
Automate Rotating Credentials Using Terraform
(engineering.mixpanel.com)
5 points
by
Vendan
2y ago
|
0 comments
6.
▲
by
Vendan
3y ago
Github had this planned in their old roadmap... But then they deleted it... https://web.archive.org/web/20220831234107/https://github.co...
7.
▲
We Migrated from StatsD to Prometheus in One Month
(engineering.mixpanel.com)
3 points
by
Vendan
3y ago
|
2 comments
8.
▲
by
Vendan
3y ago
More likely to be just standard Mobile IP https://en.wikipedia.org/wiki/Mobile_IP . Fairly standard stuff, can cause some false positives around traveling (I've seen people get freaked out about stuff like "T
9.
▲
by
Vendan
3y ago
Google asks your kid, and they can pick either way. You can tell them "Hey, this is a device I bought for you, using a cell phone service I pay for, so either reenroll in supervision or I'm taking my device back". A little
10.
▲
by
Vendan
3y ago
It's about as much blockchain as git is blockchain, so... not really blockchain at all...
11.
▲
by
Vendan
4y ago
That wouldn't pass a code review where I work... Use a defer to do the unlock
12.
▲
by
Vendan
4y ago
I'd honestly be shocked if "vented and refilled refrigerant" was legal, that sounds like something a shady repairman would do...
13.
▲
by
Vendan
4y ago
fortinet is a cyber security software company, that makes a product called fortigate that does SSL MITM to decrypt and monitor/filter your traffic. Probably want to poke your IT team or get very concerned about your ISP...
14.
▲
by
Vendan
4y ago
Where I work, IT owns laptops, and is not a part of engineering. Getting things installed on new laptops is apparently not possible. On the other hand, a cloud instance (either this or something similar) is owned by engineering, so it
15.
▲
by
Vendan
4y ago
Gcp supports it: https://cloud.google.com/compute/docs/instances/suspend-resu...
16.
▲
by
Vendan
4y ago
do `export EDITOR="code -w"` `git commit` will then open up the commit message as a temp file in vscode, you can write your message then save and close (cmd-s, cmd-w on mac, probably ctrl-s ctrl-w on windows and linux?) and git co
17.
▲
by
Vendan
4y ago
Sourcery!
18.
▲
by
Vendan
4y ago
Well, the easy thing is just let something like Dependabot update your stuff. If you are just wanting "update all my stuff to the latest version", just run `go get -u ./...`?
19.
▲
by
Vendan
4y ago
> Am I to understand that it's common to hand-edit the version constraint on a transitive dependency in your go.mod file? No, run `go get <package with vuln>@<version that fixes vuln>` and Go will do it for you.
20.
▲
by
Vendan
5y ago
I also run windows 10 and have never seen a single ad, anywhere in it. Definitely worth noting that this is on a homebuilt computer, and I paid for a windows 10 pro license. Definitely seen ads on my wife's store-bought windows 10 ho
21.
▲
by
Vendan
5y ago
That's a bit of a stretch... If someone made a language that directly copied Haskell's type system, I'd 100% call it a non-traditional type system, but there would be nothing novel about it.
22.
▲
by
Vendan
5y ago
Please see https://github.com/ziglang/zig/issues/544#issuecomment-36396... and https://github.com/ziglang/zig/issues/663 . In particular, `For every codepoint of zig source cod
23.
▲
by
Vendan
5y ago
I stand (partially) corrected, though everything there does still seem to point towards "tabs tolerated, but the formatter will convert to spaces". I also find it highly amusing that `zig fmt` converts tabs to spaces, and yet the
24.
▲
by
Vendan
5y ago
It's a part of the ecosystem, and is, AFAICT, saying "tabs are not welcome here". Happy to be proven wrong.
25.
▲
by
Vendan
5y ago
That's... slightly better, but afaict, "allows both spaces and tabs" seems to be "convert tabs to spaces" zig fmt accepts and converts tabs to spaces, \r\n to \n, as well as many other transformations of non-c
26.
▲
by
Vendan
5y ago
Zig is such a cool looking language, really just love the idea of comptime, but every time it comes up, all I can think about is how it's mandating spaces for indentations. I know it seems pedantic, but a programming language just say
27.
▲
by
Vendan
5y ago
The point, with a TON of these certifications/auditing/whatever, is usually "Are you aware of risk X/Y/Z and are you either mitigating it or accepting it?" In this case, you are now aware that all outbound tra
28.
▲
by
Vendan
5y ago
I've been through SOC2 (sat in with auditors and walked them through pretty much all of our stuff around source code and testing and building things). SOC2 is very much a "do you have policies for x, y and z" and "are yo
29.
▲
by
Vendan
5y ago
If just with previous password, then yeah, that's fine, but more then likely they are saying with the previous N passwords, which would require storing the previous N passwords in some kind of plain text or easily reversible form. Eve
30.
▲
by
Vendan
5y ago
That's not an area I'm involved with, but I'll poke the people that are... sorry :(
More ›