Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
marionauta
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Goodbye WinterCG, Welcome WinterTC
(deno.com)
4 points
by
marionauta
2y ago
|
0 comments
2.
▲
by
marionauta
2y ago
Some HTTP certificates do exactly that, and web browsers used to show the company/identity the certificate was issued to in the URL bar. Now you have to go to the certificates detail, very clear on Firefox, behind a few clicks on Chrom
3.
▲
by
marionauta
2y ago
The current version is 0.0.13 (on the homepage), it's normal that the author is focusing on their platform at the moment. It probably was too son to post it on here.
4.
▲
by
marionauta
2y ago
Not the OP but I use all the programs full screen / maximized. I change windows with alt+tab or maybe I reach down to the dock to select the app icon quicker. I only see my wallpaper when changing workspaces, because the animation sho
5.
▲
by
marionauta
2y ago
Somewhat funny that it has the same name as https://cobalt.tools which lets you download audio and video from many sources including YouTube.
6.
▲
Dada, an experimental new programming language
(dada-lang.org)
412 points
by
marionauta
3y ago
|
420 comments
7.
▲
by
marionauta
3y ago
It's corporate talk for "if it breaks, don't complain"
8.
▲
by
marionauta
3y ago
software development, from the context
9.
▲
by
marionauta
3y ago
It's possible. I remember one app that opened a webview to their terms of use page, which somewhere had a link to a Google page, which I could use to go to Google search. So, no direct URL input, but you could go to any website indexed
10.
▲
by
marionauta
3y ago
Isn't it weird that it is a .svg file rather than an actual screenshot? Maybe it's exported directly from Figma, or some other design software.
11.
▲
by
marionauta
3y ago
My first though was that it would be doing modulo current year, so `2139 % 2023 = 116`. Not the case.
12.
▲
by
marionauta
4y ago
> How's the performance vs ffi version? Can't say because I haven't compared them. This is a small personal project that will have less than 10 users, so I'm not that worried.
13.
▲
by
marionauta
4y ago
I mean, the standard library is inspired in golang's[1], so I would assume that other parts of their design are also inspired by go. [1]: https://deno.land/std@0.177.0#contributing
14.
▲
by
marionauta
4y ago
Another pro in my book: it "compiles" to a single binary. I was writing a small side project and when it was time to deploy, it was as easy as to push the binary to my server via `scp`. That single binary also includes a copy of `
15.
▲
by
marionauta
4y ago
What I do is create a symbolic link to the "Developer" folder called "src". Both folders have the custom icon, and I can `cd src/project`!