Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gocsjess
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
gocsjess
3mo ago
Somehow nobody knows the ff. are the same: Hahya Ivan Giovanni Shawn
2.
▲
by
gocsjess
4mo ago
> Nothing ever happens so Kierkegaard originated this meme
3.
▲
by
gocsjess
6mo ago
What is that brightest star in the lower right?
4.
▲
by
gocsjess
8mo ago
I was talking about a lot of sites in wordpress, not Wordpress themselves
5.
▲
by
gocsjess
8mo ago
jQuery is v4 now, but a lot of sites esp. wordpress still have 1.11 or 1.12 and only uses them to either doing modals(popover), show/hide(display), or ajax(fetch).
6.
▲
by
gocsjess
11mo ago
I believe apple is making OCI-compliant containers which is written in swift. I hope this helps the containerization in FreeBSD.
7.
▲
by
gocsjess
1y ago
Probably related to AI, given how closely integrated both WSL and AI is
8.
▲
by
gocsjess
1y ago
> Honest question: how do you deal with with those minor but insufferable Windows' quirks like 0d0a line endings, selective Unicode support, byte-order-marks and so on. exactly why I use WSL, lf-only line endings, UTF-8, everything
9.
▲
by
gocsjess
1y ago
debian bookworm; just to get my work, and hobbies done
10.
▲
by
gocsjess
1y ago
I needed SVG and CSS animations to work together
11.
▲
by
gocsjess
1y ago
I figured at that time that svgs with a lot of path slows the app. It was about the time where I toyed with d3 and geojson too.
12.
▲
by
gocsjess
1y ago
One nice thing about SVGs is that they can be connected to the dom, you can do css, and easier to debug than canvas. Performance is the only thing holding it back from making declarative code for plotting and mapping charts.
13.
▲
by
gocsjess
2y ago
> The future of paper is here Off-topic: If the future is less paper, then should we dig more holes in the earth's surface to make digital papers. I mean the alternative is just replanting.
14.
▲
by
gocsjess
3y ago
for i := range [10]struct{}{} {
15.
▲
by
gocsjess
4y ago
The only concern I have with WSL 2 is RAM usage and disk usage. The RAM gradually increases its capacity and The disk uses half of the total capacity but have actual empty space. I guess this is by design but I couldn't play or install
16.
▲
by
gocsjess
4y ago
I bet they don't even know gif usage in discord and twitch but yeah "younger people", and "art expression" sounds like a subjective opinion.
17.
▲
by
gocsjess
4y ago
JavaScript is a highly productive for Web Applications, although I also heavily use other alternatives for several reasons, But regardless, that is why it is my candidate for the best programming language especially working with the Web and
18.
▲
by
gocsjess
4y ago
Is there an SSO for api/rpc just like how github cli (gh) did their auth (gh auth login)? I've been looking for simple tutorials on how to get started with a bunch of openid libraries, and still not sure how to get it working with