Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
CodeIsTheEnd
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
31.
▲
by
CodeIsTheEnd
4y ago
EDIT: Wilfred IS the original author [3]; my apologies. Not to discredit Wilfred (it looks like he's taken over the project as the maintainer), but, based on the historical contributions [1], it looks like it was originally developed b
32.
▲
by
CodeIsTheEnd
4y ago
I sure do! Knock if you ever want some stickers!
33.
▲
by
CodeIsTheEnd
4y ago
Hey, HN! Creator here! I started building Plain Text Sports last year when I was watching an NFL playoff game in rural southwest Wisconsin. We had poor TV reception -- the image was going in-and-out -- and the local radio station was mostly
34.
▲
by
CodeIsTheEnd
5y ago
Is there a WYSIWYG (what-you-see-is-what-you-get [1]) document editor that is built on a foundation of HTML/CSS, and explicitly surfaces operations that map to CSS features, like flexbox? Changing the base style just means writing CSS
35.
▲
by
CodeIsTheEnd
5y ago
Guilty [1]. But it's really hard to handle both light and dark color themes! On a dark terminal you're probably more likely to use the "Bright" variants when using the default 16 color palette, but then you'll have
36.
▲
by
CodeIsTheEnd
5y ago
(Author here) Homebrew support was added entirely with macOS in mind, but Homebrew for Linux uses the same repository of formulas as Homebrew for macOS [1], so you get Linux support for free. I included Homebrew for Linux because it's
37.
▲
by
CodeIsTheEnd
5y ago
Oops, sorry, I haven't actually made a new release with those commands yet. I'll need to have better discipline maintaining a separate `latest` branch for the website...
38.
▲
by
CodeIsTheEnd
5y ago
Sorry! Someone already filed an issue about this [1], but I haven't had time to investigate exactly what is appropriate to put there. I don't use Linux, nor have I ever released and distributed open-source software before, so I&#x
39.
▲
by
CodeIsTheEnd
5y ago
Author here! When I originally submitted it, it didn't get a lot of traction (it got on the front-page via the second chance pool a couple days later), and I definitely regretted not including "written in Rust" in the title.
40.
▲
by
CodeIsTheEnd
5y ago
This reminds me of a very poor interview question I asked a couple of times (and then never asked again because it is a terrible, terrible, interview question). The snake cube puzzle [1] is a puzzle where you have to fold up a string of 27
41.
▲
by
CodeIsTheEnd
5y ago
I browsed Fiverr to find a few artists whose styles were similar to what I had in mind, then messaged a few of them. annatgraphics [1] was able to take my crude color pencil sketches and turn them into the slick art you see today! [1]: htt
42.
▲
by
CodeIsTheEnd
5y ago
Thanks to the both of you! plaintextsports was my real passion project over the past year (probably 3x more time spent on it than jless!), so I really appreciate it when other people find value in it. I'm a Milwaukee Bucks fan and buil
43.
▲
by
CodeIsTheEnd
5y ago
Yup, someone already made a PR for to add these! It turns out the behavior is pretty subtle in terms of how it handles count arguments (it's actually stateful!), and where the focus moves. I'll take some time to figure out how to
44.
▲
by
CodeIsTheEnd
5y ago
That's certainly the plan! I've never released a project like this, so I wasn't sure what the process is for adding things to Homebrew, or other package managers. A few people have been really helpful and already added it to
45.
▲
Show HN: Jless, a command-line JSON viewer
(pauljuliusmartinez.github.io)
344 points
by
CodeIsTheEnd
5y ago
|
84 comments
46.
▲
Webhook.site – Test, process and transform HTTP requests and emails
(webhook.site)
3 points
by
CodeIsTheEnd
5y ago
|
0 comments
47.
▲
by
CodeIsTheEnd
5y ago
Anything longer than a few sentences I'll write in vim and am always horrified when I copy to Gmail or Google docs and find spelling mistakes, duplicated words, and incomplete sentences everywhere.
48.
▲
by
CodeIsTheEnd
5y ago
This is incredible! While just controlling the soprano, it does the voice leading for all the other voices and composes together actual chord progressions. I don't have a good enough ear to determine whether it actually stay in the sam
49.
▲
by
CodeIsTheEnd
5y ago
Previously discussed (66 comments) just a few months ago: https://news.ycombinator.com/item?id=28298729
50.
▲
by
CodeIsTheEnd
5y ago
I recalled this project / paper while reading the comments on "DeepMind’s New AI with a Memory Outperforms Algorithms 25 Times Its Size" ( https://news.ycombinator.com/item?id=29645887 ). The many iterations of
51.
▲
TCP Ex Machina: Computer-Generated Congestion Control (2013)
(web.mit.edu)
1 points
by
CodeIsTheEnd
5y ago
|
1 comments
52.
▲
by
CodeIsTheEnd
5y ago
Wow, this is a really great article. Thank you for sharing! It discusses a fascinating point about browser UI: when the browser displays something inside its chrome, where a malicious page could render arbitrary pixels, it must establish a
53.
▲
by
CodeIsTheEnd
5y ago
And if you want an increasingly slower bash startup, you can add the following to your coworker's .bashrc/.bash_profile if they keep forgetting to lock their screen when they go to grab a snack: echo 'sleep 0.01'
54.
▲
by
CodeIsTheEnd
5y ago
TIL: Chrome DevTools Layers tab, accessible by going to to the three-dot menu > More Tools > Layers, which allows you to see things rendered outside of the browser viewing area (among many other things I'm sure). If you have some
55.
▲
by
CodeIsTheEnd
5y ago
Blind mode is great! It'd be cool to be able to see the entire tournament bracket at the end -- I can only see the font that won, but the others were pretty close. I want to see when the font I normally use got knocked out. Also, for r
56.
▲
by
CodeIsTheEnd
5y ago
Two things: 1) I recently implemented truncating long lines for CLI tool and went with a hybrid approach using both graphemes and virtual columns -- I'd only truncate a line between graphemes, but when counting how much space was used
57.
▲
by
CodeIsTheEnd
5y ago
Work on esbuild started at the start of 2020. It is primarily authored and maintained by Evan Wallace, who, in addition to making this tremendous contribution to the JavaScript ecosystem, is the CTO and co-founder of Figma . Incredible out
58.
▲
by
CodeIsTheEnd
5y ago
Directly related to dithering and compression, Return of the Obra Dinn is, to an certain extent, an "unstreamable game". When this streamer on Twitch tried to play it [1], the quality of his composited webcam would immediately dro
59.
▲
by
CodeIsTheEnd
5y ago
I don't understand why GitHub hasn't solved the issue of diffs starting with a '}' (or ')' or 'end'). Just slide the diff over while it starts with a closing token! I suppose it's an artifact of
60.
▲
Big problems at the timezone database
(blog.joda.org)
103 points
by
CodeIsTheEnd
5y ago
|
32 comments
More ›