Viewing profile — gocsjess
gocsjess
HN member- Joined
- Sat, Aug 31, 2019, 3:41 PM UTC
- HN karma
- 17
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About gocsjess
Recent public activity
-
comment
Comment #48680510
Somehow nobody knows the ff. are the same: Hahya Ivan Giovanni Shawn
-
comment
Comment #48188002
> Nothing ever happens so Kierkegaard originated this meme
-
comment
Comment #47635453
What is that brightest star in the lower right?
-
comment
Comment #46668352
I was talking about a lot of sites in wordpress, not Wordpress themselves
-
comment
Comment #46665418
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).
- comment
-
comment
Comment #45839071
I believe apple is making OCI-compliant containers which is written in swift. I hope this helps the containerization in FreeBSD.
-
comment
Comment #44043364
Probably related to AI, given how closely integrated both WSL and AI is
-
comment
Comment #44043251
> 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…
-
comment
Comment #44042998
debian bookworm; just to get my work, and hobbies done
-
comment
Comment #43727113
I needed SVG and CSS animations to work together
-
comment
Comment #43727092
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.
-
comment
Comment #43670765
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 decla…
-
comment
Comment #41446056
> 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 re…
-
comment
Comment #39285788
for i := range [10]struct{}{} {
-
comment
Comment #33299167
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…
-
comment
Comment #33140000
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.
-
comment
Comment #33119819
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 b…
-
comment
Comment #31683790
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 librar…