Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
connor4312
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
connor4312
3mo ago
It's as frugal as your harness makes it. It's just a bunch of tools and a description of how to use them. Most mature harnesses do some kind of tool search and/or progressive disclosure. Many harnesses have some smarts to pag
2.
▲
by
connor4312
10mo ago
Copilot will prompt you before accessing untrusted URLs. It seems a crux of the vulnerability that the user didn't need to consent before hitting a url that was effectively an open redirect.
3.
▲
by
connor4312
1y ago
@ VS Code we've been collaborating on this and plan to ship initial support for registries in our next release.
4.
▲
by
connor4312
1y ago
For the same reason government in general (e.g. the US military) isn't funded by one big GoFundMe. The marginal value any individual actor gains from their investment in public research or services is almost zero. It only works when it
5.
▲
by
connor4312
2y ago
Crowdstrike could have deployed the same broken code in their Linux or macOS agents. Nothing much for Windows to do if a kernel driver is segfaulting (when disabling it could be dangerous for users.)
6.
▲
by
connor4312
3y ago
That should work fine in the vscode debugger, you just want to make sure that the transpiler you're using is generating sourcemaps. Generally they do by default. If you have issues, open a github issue and I'll fix it :)
7.
▲
by
connor4312
3y ago
In the VS Code JS debugger, there's an option to "exclude caller" on a call frame that which prevents stacks with the given caller from pausing at a location. As mentioned elsewhere, browser devtools have something similar wi
8.
▲
by
connor4312
4y ago
Because your example is a breaking change, and breaking changes are hard to make in a runtime that needs to reasonably support two decades worth of web content. For example, if you have a `binarySearch` function that returns -1 if an elemen
9.
▲
by
connor4312
4y ago
Is your microbiome not "you"? It's as active a participant in your hormone balance as any other organ in your body. You might say "I'm hungry", but it's not your rational brain deducing it's time to b
10.
▲
by
connor4312
4y ago
As I understand the blog post, the difficult (and buggy) part is not the addition of latency, but calculating how much latency to add and where to add it. I'm not sure how tc would help much here, and actually don't see anything t
11.
▲
by
connor4312
4y ago
I made the switch to a projector a couple years ago and advocate highly for them. The screen can disappear when not in use, and they're "dumb by default". New LED projectors have bulbs rated to last 10k hours or more.
12.
▲
by
connor4312
4y ago
Wow, amazing ASCII art! Are you selling an NFT of it?
13.
▲
by
connor4312
5y ago
Additionally, the language server used to power editors is long lived. TypeScript isn't just the compiler.
14.
▲
by
connor4312
5y ago
This is a sad day for me. The obscurity of git.io, along with its nested obscurity of the ability to create vanity links, let me grab https://git.io/8 . It looks like that'll go away one day, I wonder what will become o
15.
▲
by
connor4312
5y ago
When you said "some crazy canuck", I immediately knew it must be AvE
16.
▲
by
connor4312
5y ago
I recently bought a new Prius. Toyota even has bolt holes to allow easy installation of a "cat shield", and could install a nice steel plate there with minimal additional cost, but instead it was on me to buy and install an afterm
17.
▲
Vscode.dev
(code.visualstudio.com)
803 points
by
connor4312
5y ago
|
259 comments
18.
▲
by
connor4312
5y ago
This is a little pessimistic.[1] As a percentage, few people are expected to die, and modern buildings are unlikely to collapse. At least in the Puget Sound region, buildings codes have been seismically sound for several decades, and old bu
19.
▲
by
connor4312
5y ago
I noticed this as well visiting several years ago. For instance, even though the process for hotel check-in and most other services was automated with these fancy kiosks, they still had two people behind the desk in case you needed help. In
20.
▲
by
connor4312
5y ago
Clicking the "security" tab on their website scrolls down at around 3 fps in Firefox running on a Ryzen 5900X and GTX 3080. ( https://memes.peet.io/img/21-04-ed2a915e-f3cb-4372-ba3a-4a37... ) The solution to th
21.
▲
by
connor4312
5y ago
Joking aside, their white paper ( https://raw.githubusercontent.com/zhuowei/nft_ptr/main/white... ) is a must-read.
22.
▲
by
connor4312
5y ago
Recently sequences of of the COVID vaccines were released[1]. It's amazing to me how such a short sequence of data will make such an impact on the world. I had the idea to print a couple posters for the occasion, so I made this tool. I
23.
▲
Show HN: Covid-19 Vaccine Sequence Visualizer
(covid-vaccine-viz.vercel.app)
2 points
by
connor4312
5y ago
|
1 comments
24.
▲
by
connor4312
5y ago
+1. I run entirely Zigbee devices in my home. They don't have internet access and talk to the Home Assistant[1] instance running on my home server. The downside of Zigbee is that, as a user, there isn't a strong ecosystem of DIY I
25.
▲
by
connor4312
6y ago
> Webpack itself however does basically nothing This is not the case. I love esbuild and hope to see it go far, but Webpack does out of the box most of what esbuild (today) does as well, with the notable exception of TypeScript /jsx
26.
▲
by
connor4312
6y ago
There are more options here. For example, you can attach to fully remote containers: https://code.visualstudio.com/docs/remote/containers-advance... or just attach to existing local containers that you can set up
27.
▲
by
connor4312
6y ago
> So if I use Type Script that gets converted to JavaScript, the end result will be different than if I had done it like that to begin with This isn't true for Typescript. TypeScript is a superset of JavaScript, and running JavaScri
28.
▲
by
connor4312
6y ago
Codespaces works on iPad already https://github.com/features/codespaces It was a big undertaking :)
29.
▲
by
connor4312
6y ago
> the simple internal data model was replaced by a dense and non-orthogonal data model with different types for leases, locks, transactions, and plain-old-keys I maintain a (/the only?) etcd3 library for Node.js[0], and used etcd ex
30.
▲
by
connor4312
6y ago
Exponential refers to c^N. N^c is quadratic. Small visualization: https://www.onlinemathlearning.com/image-files/exponential-q...
More ›