Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
NiceGuy_Ty
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
NiceGuy_Ty
7y ago
What value does this comment add?
2.
▲
by
NiceGuy_Ty
7y ago
All of the pros of JWTs _do_ apply to Disney+
3.
▲
by
NiceGuy_Ty
7y ago
This is why even the most basic form of generics would be amazing for reducing boilerplate: https://go-review.googlesource.com/c/go/+/187317/3/src/go/pa...
4.
▲
by
NiceGuy_Ty
8y ago
I'm a Scala dev using vim as my daily editor, if you're using sbt then you can use ale's sbtserver linter: https://github.com/w0rp/ale/blob/master/doc/ale-scala.txt
5.
▲
by
NiceGuy_Ty
8y ago
My secret: got a dog. My awake/sleep cycle shifted 3 hours earlier overnight.
6.
▲
by
NiceGuy_Ty
8y ago
Firefox Focus is the fastest android browser experience. I use that as my default browser, and only swap to normal Firefox when using a site I need to login to
7.
▲
by
NiceGuy_Ty
8y ago
Seems like a very useful library. Any similar libraries for other languages?
8.
▲
by
NiceGuy_Ty
8y ago
Not ready to outright delete Linkedin, but it was the noisiest mobile app on my phone. Luckily the mobile site works decently, so it has been assigned to a firefox tab for the foreseeable future.
9.
▲
by
NiceGuy_Ty
8y ago
Eh, seems like a stretch to me. At the end of the day making usable UIs is hard, and any decent guideline that a non-visual person like me can follow is a good thing. My thanks goes out to all the designers and UI engineers that have put th
10.
▲
by
NiceGuy_Ty
8y ago
I believe that's because Alacritty focused on optimizing for throughput instead of latency. That is it will take less time to render a large chunk of output, such as running yes.
11.
▲
by
NiceGuy_Ty
8y ago
You can't just use a windows restore disk to get a new windows installation. When installed, it will ask you for your license key, and will not function fully until you have done so. The only thing this guy was doing was making it so c
12.
▲
by
NiceGuy_Ty
8y ago
Augmented Reality (e.g., Pokemon Go)
13.
▲
by
NiceGuy_Ty
8y ago
I'd be terrified about #4 with any laptop that I use. I run Fedora on an XPS 13. I've never run into #1 or #2. I hit super+L by habit before closing the screen so I don't know about #3, but closing it while typing this commen
14.
▲
by
NiceGuy_Ty
8y ago
Ultra portability. And there shouldn't be any startup scripts, however, the binary does need to be compiled for the target platform. I'm pretty sure the use case of this is more akin to an electron replacement, and not a productio
15.
▲
by
NiceGuy_Ty
8y ago
Are you talking about statically linking the database itself? Seems like it'd be better to keep the database separate from the binary, unless you're working with a read-only database. For static-linking the sqlite3 library, if you
16.
▲
by
NiceGuy_Ty
8y ago
Putting the string in the binary is really only useful for trying to do ultra-portable deployments like this imo. The overhead of copying the string into memory is pretty meaningless in the use case where you only expect a single, home-desk
17.
▲
by
NiceGuy_Ty
8y ago
To be fair, this sample of code includes macro usage (every function call that ends in an exclamation point is actually a macro). The syntax inside the macros is different from normal, legal rust syntax. Still, I agree that Rust's synt
18.
▲
by
NiceGuy_Ty
9y ago
I love me some akka. Actix would be the actual rust comparison, since it's also an actor system being leveraged to provide web features. You have to dig into Tokio/futures to get access to streams, which atm is still not at 1.0.
19.
▲
by
NiceGuy_Ty
9y ago
Doesn't this just make the argument that having kids is bad for them? That doesn't affect whether or not it has a positive impact on the lives of the couple. Also, this assumes that you ascribe to the anti-natalism viewpoint, whic
20.
▲
by
NiceGuy_Ty
9y ago
Maybe course withdrawal rates could be used, but getting access to the necessary statistics seems like it'd be a chore. I just checked with my university and the only statistics I can find are centered around graduation rates. One woul
21.
▲
by
NiceGuy_Ty
9y ago
This is a well written article, and I absolutely agree with the idea that profiling and analysis is more important than language choice in order to eke out performance wins. That being said, some of these optimization techniques completely
22.
▲
by
NiceGuy_Ty
9y ago
5 for $5.00 at my whole foods
23.
▲
by
NiceGuy_Ty
9y ago
Huh. That's incredibly simple and seems pretty effective. Of course, the sponsored sites could try to track user preferences themselves by fingerprinting Firefox visitors across distinct sites, but at least Firefox does have some anti-
24.
▲
by
NiceGuy_Ty
9y ago
> SQLite backend > Because comments are not Big Data. For small scale applications, I 100% agree. Sqlite3 is so easy to back up and configure.
25.
▲
by
NiceGuy_Ty
9y ago
I did this before when using ripgrep, and accidentally created a several hundred GB file. Now ripgrep checks if this is the case and handles it gracefully: https://github.com/BurntSushi/ripgrep/pull/310
26.
▲
by
NiceGuy_Ty
9y ago
I got the touch screen for the better resolution. I also disabled the touch screen capabilities by toggling an option in BIOS
27.
▲
by
NiceGuy_Ty
9y ago
Has anyone done detailed comparisons of the differences in attempting to complete the same workflow on Windows vs Mac?
28.
▲
by
NiceGuy_Ty
9y ago
Using an HTTP based search engine should be explicitly opt-in, imo. Moving it to https by default seems like the right choice for non-technical users.
29.
▲
by
NiceGuy_Ty
9y ago
The only requirement to make macros work in a statically typed environment is to create a suitable type to represent the source code, and provide the operations to transform the said type. For instance, Rust has a macro system that's p
30.
▲
by
NiceGuy_Ty
9y ago
I on Fedora and the latest version is available via dnf. But still I use nightly, and all I had to do to j install it was untar it into my opt directory and symlink the binary.
More ›