Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
octref
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
octref
3y ago
I'm curious if HashiCorp changed their licenses to GPL/AGPL, will everyone be as frustrated?
2.
▲
by
octref
4y ago
Hi Peter! For H1B visa holders, is there any way to start a company and remain in charge (whether as CEO or not)? From what I find online you can only be employed as a H1B holder, but if I start a company I would want to have full control o
3.
▲
by
octref
4y ago
I'm interested in building something with this to aid my own French learning. Would love to read your findings if you end up posting it somewhere like twitter/blog!
4.
▲
by
octref
4y ago
If you enjoy this, you might find this meta list on "notation and thought" interesting: https://github.com/k-qy/notation
5.
▲
by
octref
4y ago
I built my own. It's a Chrome extension that - captures a tree tab structure (inspired by Tree Style Tab) - has a text-heavy interface - is keyboard driven (inspired by Vim) - keeps data local or syncs to a GitHub gist (no server) - ex
6.
▲
by
octref
5y ago
I have thought about building a vocabulary learning tool for learning Japanese on top of Apple Dictionary. My idea is simple: user collects dicitionary items and the tool offers lookup / spaced-repetition. However, I'm concerned t
7.
▲
by
octref
5y ago
Does anyone have recommendation for static site hosting with simple server-side analytics? The only thing I can find is Netlify Analytics, but $9/mo is too much for hosting a few pages of OSS project documentations. If there's no
8.
▲
by
octref
6y ago
If you are interested in creative coding but don't know where to start, me and my friend are running Codecember, a month-long challenge to do one code sketch a day: https://codecember.ink We pick simple sketches & recre
9.
▲
by
octref
6y ago
It's almost 2021 and Slack still can't syntax highlight code blocks.
10.
▲
by
octref
6y ago
Nice work! The other day I was doing a SVG renderer for Shiki[0] (a code syntax highlighter), but found no easy way to measure font width/height (SVG needs absolute positioning) in Node.js. The only library that does that records fonts
11.
▲
by
octref
7y ago
One take away for me was: Language designers & compiler writers today need to consider editor support as one of their goals. On the top page there's another thread about rust-analyzer vs RLS. What Aleksey said[0] about RLS that &qu
12.
▲
by
octref
7y ago
> worst of all the software Steve Jobs had the same conclusion[0]. [0]: https://www.forbes.com/sites/velocity/2011/10/05/nicholas-ne...
13.
▲
by
octref
7y ago
> Let's start with something simple, like syntax highlighting. I built a syntax highlighter, Shiki, that allows you to use any theme from VS Code to color your code [0]. It works great with Node now as a static website generator plu
14.
▲
by
octref
7y ago
> Obviously with log parsing you don’t get as much information as a JavaScript-heavy, Google Analytics-style system. There’s no screen sizes, no time-on-page metrics, etc. But that’s okay for me! This also bypasses Ad blocker. In the cas
15.
▲
Generic Vue Template Interpolation Language Features
(blog.matsu.io)
2 points
by
octref
7y ago
|
0 comments
16.
▲
by
octref
8y ago
Well, here are two things that have been brought up many times: 1. Required fields on new issues. Has been requested since 2016[0]. 2. Better issue search. Open Source projects face a lot of issues. It's good to talk about them, but so
17.
▲
Show HN: Shiki – A beautiful Syntax Highlighter
(shiki.matsu.io)
1 points
by
octref
8y ago
|
0 comments
18.
▲
Yale University School of Art: About This Site
(art.yale.edu)
1 points
by
octref
8y ago
|
0 comments
19.
▲
by
octref
8y ago
Never know that existed! Maybe you can improve discoverability by doing that on typing a dot.
20.
▲
by
octref
8y ago
I like everything about Observable but the editing experience. In 2018 no one wants to write code like writing txt files. Is there any plan to adopt Language Server Protocol so at least users could get auto completions? But with the custom
21.
▲
by
octref
8y ago
> that's not maddeningly complex I'm not sure what's complex. Adding one more option "Triaging" here[0] doesn't seem complex. I'm working at VS Code and now we are trying to make a bot that would add a
22.
▲
by
octref
8y ago
I hope GitHub could add some features to help Open Source maintainers. Allow adding contributors with issue triaging privileges is an obvious one. Required fields (link to repro, software version) could be really helpful too. Currently peop
23.
▲
by
octref
8y ago
Now when I see any new product I look for a pledge to not get acquired like PostHaven[0]. Otherwise I simply refuse to use it. Sparrow, Mailbox, Inbox...Have been burnt too many times. [0]: https://posthaven.com
24.
▲
Vue CLI 3.0
(medium.com)
7 points
by
octref
8y ago
|
0 comments
25.
▲
by
octref
8y ago
One thing I want to say is: Don't assume only developers make websites. Don't assume everyone wants to ship a heavy and complex SPA. Example 1: A great typographer, Wenting Zhang, author of Type Detail[0], contributing to Source H
26.
▲
by
octref
8y ago
Have to do some clarification here on the point of "Unclear architectural patterns", as the article is way too misleading. - The reason the API call is made at `created` lifecycle is that the video is a quick, 5 minute intro for
27.
▲
by
octref
9y ago
I built this VS Code plugin to convert JSON interactively using JMESPath: https://marketplace.visualstudio.com/items?itemName=octref.v... Might be useful if you are testing API or playing with JSON data.
28.
▲
by
octref
9y ago
Live Share is different than other collaboration tools in that it supports Language Features and Collaborative Debugging. By Language Features I mean all participants get auto completion, go to definition, error checking etc. Collaborative
29.
▲
by
octref
9y ago
The app itself is well done, but the editing experience is quite lacking...It's 2018 and people don't want to write html/css/js as if writing txt files. https://codesandbox.io can be a good inspiration to lea
30.
▲
by
octref
9y ago
Thanks for sharing! I've been using C-A/E a lot, but not really Alt-B/F. Wondering if there is a way to swap Alt-B/F to Ctrl-B/F? Moving between words seems much useful than going one char forward/backward, and
More ›