HN user

threepointone

1,191 karma

js.

http://www.spitleaf.com

threepointone@gmail.com

π

Posts24
Comments216
View on HN
getfullyear.com 1y ago

Say Goodbye to Outdated Footer Years, Forever

threepointone
6pts5
sunilpai.dev 1y ago

Partial Prerendering for Everyone with Cloudflare Workers

threepointone
1pts0
together.tldraw.com 3y ago

Together: A snappy infinitely scrolling drawing app

threepointone
2pts1
blog.gfor.rest 3y ago

Local-First Data Migrations

threepointone
3pts1
verb.ai 3y ago

Verb, an AI tool for all authors

threepointone
1pts0
tldraw.substack.com 3y ago

Tldraw's $2.7M Seed

threepointone
8pts1
medium.com 10y ago

How we got to 50% women at my startup(hint: it did not involve moving mountains)

threepointone
3pts0
myntra.github.io 11y ago

Personal thoughts on the shutdown of the myntra.com website

threepointone
5pts0
gist.github.com 11y ago

Browserify for webpack users

threepointone
9pts1
yahooeng.tumblr.com 11y ago

MDBM – High-speed database

threepointone
159pts111
ki-lang.org 12y ago

Ki – A lisp for your JavaScript

threepointone
119pts40
github.com 13y ago

Node-inspector: a debugger interface for node.js using the Blink Developer Tools

threepointone
2pts0
threepointone.github.com 13y ago

Show HN: An isometric projection of Conway's game of life in js/css

threepointone
3pts0
wonko.com 14y ago

On Leaving Yahoo

threepointone
8pts0
daringfireball.net 15y ago

Why Windows 8 Is Fundamentally Flawed as a Response to the iPad

threepointone
166pts135
joehewitt.com 15y ago

Joe Hewitt : I'm an indie developer now.

threepointone
284pts54
daringfireball.net 15y ago

Cutting that cord

threepointone
82pts55
news.ycombinator.com 15y ago

Tell HN: Tonight's a big cricket match.

threepointone
2pts0
news.ycombinator.com 15y ago

Ask HN: Why does Google ask for C/Java experience for their front-end positions?

threepointone
4pts4
news.ycombinator.com 15y ago

Ask HN: Apps to document my life?

threepointone
3pts9
d8.allthingsd.com 16y ago

Reminder - Live Steve Jobs interview at D8 tonight 6pm PST

threepointone
5pts2
www.spitleaf.com 16y ago

Wave motion in javascript

threepointone
2pts1
ourdelhistruggle.com 16y ago

Do one thing.

threepointone
3pts3
spitleaf.com 16y ago

Art Lebedev's Segmentus implemented in javascript

threepointone
40pts6

I touch upon this a little in the epilogue section https://sunilpai.dev/posts/seven-ways/#epilogue-ok-but-doesn... I was thinking what work there really is for "juniors" in this new future, and I suspect the answer then that their "job" is to develop the understanding of the codebase, approaching changes from the edges, and learning how to introduce new changes. (very similar to how people would onboard to a codebase pre-llms: by writing tests, doing smaller changes, poking about the code by adding console statements, etc). The good news is that the coding agent is a very good tool to do that as well. I plan on writing more about this soon.

Hello! I'm on the team that implemented this. I'll be writing a longer post on the design considerations and implementation details, but roughly - rust wasn't a good case for something that was mostly held back by i/o to the edge; further, the actual cpu/mem intensive part was handed off to webpack which was written in javascript. So wrangler v2 flips that design around, using typescript for the outer shell, which makes it easier for our users and community to contribute to the tool, and esbuild for the core part of parsing/bundling code (we may switch esbuild to a rust based bundler like swc in the future).

Great feedback! Some quick replies -

- > `wrangler login` doesn't work if I'm not already logged in to CloudFlare website This should be fixed in our last release!

- `wrangler dev` is slow. Agreed. We're working on making it faster, but miniflare is a great option for the fastest dev experience at the moment.

- Regarding DNS/domains/Workers, this is all great feedback. We should be making this more painless/intuitive. We'll work on it!

Errors - We're getting better at this. You can now use `--inspect` and use chrome devtools which should log proper exceptions (details to setup https://blog.cloudflare.com/profiling-your-workers-with-wran...) Console.logs - same as above! Real devtools, interactive and everything. Timeouts and crashes - This should be better now, timeouts and sessions expires now transparently heal and restart, so you shouldn't face errors (Please file an issue if you see different!)

Overall we're working hard on making this experience better, please feel free to file issues if you see anything that's not expected. Thank you!

I've faced this too, where you'll save, then hit refresh, and it show the previous version; despite the fact that we "know" that the code is changed. SO we should be able to queue requests when we have a new version uploading (and of course, make the whole thing faster). Thanks for your feedback!

This is amazing feedback, thank you very much! I'm going to work on each of these; but quickly - we definitely shouldn't have something that works in `wrangler dev` but not in the platform, and we should warn/error on that, our docs shouldn't have examples that don't work :facepalm:, and we should be spec compliant where we can. Thank you so much!

Hi there! I'm on the team, and we're going to invest a bunch of time and effort on making this experience much better. Happy to hear any specific feedback if you'd like, and I'll prioritise it. Feel free to reply here, or DM me on twitter @threepointone.

Stay tuned, things should get better soon.

Hi folks, author here. I wrote this for myself for a docs site I'm building, and didn't want to ship a markdown parser to the browser. It's mostly for aesthetics, without sacrificing performance. Custom components for primitives are a nice addition, especially for styling.

I don't know whether it's a good idea, but I like it so far.

I'll quote it here anyway, for the benefit of other readers -

What’s A Backdoor? • A method to bypass data encryption or security • Does not require the password or passphrase to be known • Saves time, cost and effort to access encrypted or secured data • Allows data to be accessed, copied and even modified without tipping off the owner • Currently available for major encryption software – Microsoft Bitlocker, FileVault, BestCrypt, TrueCrypt, etc • Currently implemented by major cloud storage provider to comply with NCMEC requirements