Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
yoursunny
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
yoursunny
4y ago
I include my LOL video when I comment LOL: https://bit.ly/sunnyLOL This ensures my LOL is authentic.
2.
▲
by
yoursunny
4y ago
Circa 2006, I was in college, and I got hired to write a webapp for a college department. I didn't know JavaScript could have classes and capture variables, so I made the app with entirely global variables and plain functions combined
3.
▲
by
yoursunny
5y ago
I develop experimental software where backwards compatibility is the least of my concerns. To avoid the SemVer nonsense imposed by Go and NPM, I simply name every version to be 0.0.yyyymmdd derived from commit date. If Ubuntu and DPDK can n
4.
▲
by
yoursunny
5y ago
In case the second sudo wants to ask for password but there's no disk space for logging, it's safer to: sudo bash -c 'dd if=/dev/zero of=/zeros; rm -f /zeros'
5.
▲
by
yoursunny
5y ago
I run a small apt repository without signing, delivered over HTTPS only. Then I tell users to put `trusted=yes` in the source line. There's no APT signing key, no risk of compromise, and no need to backup.
6.
▲
by
yoursunny
5y ago
iOS Safari is crashing, 30 seconds after opening the article, every time.
7.
▲
by
yoursunny
5y ago
My software has only Makefile, but it works on both Ubuntu 20.04 and Debian 11. The Makefile calls meson & ninja & npm. I tell macOS users to install VirtualBox and then build my software inside.
8.
▲
by
yoursunny
5y ago
IFRAMEs still require a top-level page and their positions still need CSS. I usually use FRAMESET and FRAMEs: they are positioned perfectly in a grid, with no need for CSS or TABLE. There's no postMessage API: you can write <A targe
9.
▲
by
yoursunny
5y ago
NDN can work as a replacement for IP too, running directly over Ethernet or other link layer technology.
10.
▲
by
yoursunny
5y ago
Several years ago, I wanted to make a huge lookup table in Node.js during a research project, but the program stopped making progress after a while. This incident was detailed in my Quora answer: https://www.quora.com/What-w
11.
▲
by
yoursunny
5y ago
> Anything that requires combining a click with the shift and ctrl/cmd keys is not going to go down well with the average user. These users need to retake the computer literate 101 class. When I'm in elementary school, we learn
12.
▲
by
yoursunny
5y ago
Does the one billionth rickroll recipient receive an award of sorts, like an MP3 player that plays Never Gonna Give You Up on repeat?
13.
▲
by
yoursunny
5y ago
Freenom free domains only grant you usage rights. The registrant listed in WHOIS is still their company. You don't own the domain. I have a few Freenom domains, but they are only for short-term use (e.g. try out a new ACME client). Nob
14.
▲
by
yoursunny
5y ago
I downloaded OpenStreetMap data from OpenAndroMaps, and was viewing it in c:geo geocaching app. I figured out the difference between contour lines and trails, the second time around.
15.
▲
by
yoursunny
5y ago
I wish OSM can show the trails instead of a green blob in some of our state parks. Maryland USA.
16.
▲
by
yoursunny
5y ago
OpenStreetMap also takes some get used to. I once mistook an contour line (denotes equal elevation) for a trail, and wondered why the "trail" needs so much bushwhacking.
17.
▲
by
yoursunny
5y ago
It's amazing how much redundancy was built into those out-of-touch systems, 30 years ago. However, the number of backup units is finite, so let's hope the now-operating system can last for several more decades.
18.
▲
by
yoursunny
5y ago
I hope HTTPS-First mode would become the default, so that the full page warning can finally convince my classmate to adopt HTTPS on their website that "does not contain any private info so it doesn't need encryption".
19.
▲
by
yoursunny
5y ago
I see Fleets as a thing that takes up a row in the Twitter mobile app, but I never clicked it. Now I hope Facebook says goodbye to Stories.
20.
▲
by
yoursunny
5y ago
This looks great. It's the smallest ESP32 board I've ever seen. There needs to be an ecosystem of "hats" such as OLED screens and environment sensors and buttons, so that it's easier to build simple projects.
21.
▲
by
yoursunny
5y ago
If I have a uint64 counter incremented by C code and read by Go code, is it safe to do so without using any locks and atomic?
22.
▲
by
yoursunny
5y ago
You'll get blocked by your hosting provider first. See a recent instance here: https://www.lowendtalk.com/discussion/comment/3237390/#Comme...
23.
▲
by
yoursunny
5y ago
In 2007, I had a script on my website that records every click and every mouse move. When my classmates are reading my webpages, I'm watching a video simulation of their mouse moves. My website doesn't contain any textbox, so ther
24.
▲
by
yoursunny
5y ago
In my agency, we are allowed to use work laptop for personal purposes, except certain prohibited software and prohibited sites. I don't store files though: they are only accessed though the browser.
25.
▲
by
yoursunny
5y ago
LowEndBox is full of scammers. https://talk.lowendspirit.com/ is cleaner.
26.
▲
by
yoursunny
5y ago
I'm "guilty" of this on my video site https://pushups.ndn.today (does not work on iOS). So far one person figured out how to download those videos, after spending 4 hours studying my source code.
27.
▲
by
yoursunny
5y ago
Since I switched from ASP to PHP (2008), I avoided file extensions in page URI in most cases, and instead placed every page into its own folder. This is compatible with every web server without using rewrite rules. When I switched from PHP
28.
▲
by
yoursunny
5y ago
I opened my website in 2006. Since 2009, I've kept all the links unchanged or redirected through two rebuilds. It's a lot of work because I need to customize URI structure in blog systems and put complex rewrite rules. To ensure t