Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
perlwle
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
perlwle
3y ago
A few months ago I was working on migrating cloud build for a personal project and hit a documentation error. Submitted a correction via the feedback button and it got fixed few days later. To be honest I was a little surprised by how fast
2.
▲
by
perlwle
3y ago
totally agree with you. Regardless where you are, removable battery is a huge fire hazard. News about devastating fires caused by e-bikes batteries shows up from time to time. In China, It's common to see posters advocating for the sto
3.
▲
by
perlwle
3y ago
As a huge fan of podcasts, I am building a podcast information database that includes metadata on shows and episodes. 2 millions shows, 70 million episodes collected so far. Now, I just need to find the perfect audience for it ¯\_(ツ)_/
4.
▲
by
perlwle
3y ago
A couple in Canada were reportedly scammed out of $21,000 after getting a call from an AI-generated voice pretending to be their son. https://www.businessinsider.com/couple-canada-reportedly-los...
5.
▲
by
perlwle
4y ago
repos sitting in my Bookmarks. * https://github.com/docker/awesome-compose * https://github.com/PostHog/posthog * https://github.com/growthbook/growthbook * https:/
6.
▲
by
perlwle
4y ago
DB data can be stored in volume and persisted. There are a lot of dockerfile / compose examples on github. * https://github.com/docker/awesome-compose * https://github.com/jessfraz/dockerfiles
7.
▲
Vimium has been disabled on Mozilla addons site due to major security risk
(github.com)
3 points
by
perlwle
4y ago
|
1 comments
8.
▲
by
perlwle
4y ago
Vimium is the vim mode for browser. I have been living with the broken yank feature for the past two weeks and just found out that Vimium has been disabled on the Mozilla addon site and leaving me no way to get the yank fix.
9.
▲
by
perlwle
4y ago
Also a long time keepass user. The db file on my Mac is shared with iCloud and is acted as the master file. All updates happen on the mac and the rest of the clients just sync and do read only. It has been working well. All my website pass
10.
▲
by
perlwle
4y ago
I have both PHPStorm and Pycharm running, each takes up 4+GB memory on a 8G M1. Slowly growing memory usage for WindowServer process makes matter worse. For the last week, I have been playing with Neovim in spare time using a setup based on
11.
▲
by
perlwle
4y ago
Software I use the daily Apptivate - set global keyboard shortcut for Mac. Firefox - been using it for 20 years and still loving it. Vimium - vim binding for Firefox. Make web browsing more productive.
12.
▲
by
perlwle
4y ago
You don't invite friends to your home just because his/her mom has strict rule in their home?
13.
▲
by
perlwle
4y ago
I built a historical feed builder[0] so I can listen to previous episodes in one feed. Most podcast feeds only include last ~100 episodes. Podcasts such as Planet Money and Radio Lab have more than 1000 episodes in total. Manually combining
14.
▲
by
perlwle
4y ago
the Canadian Centre on Substance Abuse and Addiction just released a new report[1] on Low-Risk Alcohol Drinking Guidelines. > Among healthy individuals, there is a continuum of risk for alcohol-related harms whereby the risk is: >
15.
▲
by
perlwle
4y ago
Tried to sign up with credit card issued by Chinese Bank. Failed with 3 different cards(VISA or MASTERCARD). I gave up.
16.
▲
by
perlwle
4y ago
At least the company was being honest. I have heard some companies hide the truth of relocating to another city and announce it right before the move. As employee, you either move with the company or find a new job. It's probably bette
17.
▲
by
perlwle
5y ago
I afraid that I may say it out loud if I type `fuck` too many times.. ;0
18.
▲
by
perlwle
5y ago
already blocked by GFW. sigh..
19.
▲
by
perlwle
5y ago
https://www.vinaysahni.com/best-practices-for-a-pragmatic-re... Helped me get started with API design in my early career. Learning from other existing APIs helps too. such as stripe, github, shopify. Any others? Something t
20.
▲
by
perlwle
5y ago
Doesn't work when windows are in full screen..
21.
▲
by
perlwle
5y ago
HN has been blocked for more than a year now.
22.
▲
by
perlwle
5y ago
Auto-Update doesn't work anymore. It's the first thing I tried when encounter this issue like 20 minutes ago. Can't access any website or making any connection without disable `network.http.http3.enabled` and restart. This im
23.
▲
by
perlwle
5y ago
Source? It is rather the opposite based on mirantis latest blog post on Swarm https://www.mirantis.com/blog/docker-swarm-webinar-qa-long-l... > It all stems from when Mirantis first acquired the Docker Enterprise bu
24.
▲
by
perlwle
5y ago
Building a side project using python scrapy to scrape podcast shows. I use it to search by title/description etc to find interesting podcasts. Also as a way to learn different tools and frameworks.
25.
▲
by
perlwle
5y ago
Would love to get some feedback on M1 for development. I am used to work in Linux OS VM(Virtualbox and Vagrant in MacOS) and do most PHP/Python web development. It seems that Virtualbox won't be supported and There is only one Lin
26.
▲
by
perlwle
6y ago
JD used to include fapiao in the delivery too. Now It's using E-Fapiao. > If you're shopping at the local corner store or restaurant, they're not declaring sales unless you specifically ask for a fapiao (and even then, hal
27.
▲
by
perlwle
6y ago
Well it certainly is not a state secret. Just google 'China business tax reform' It was a hot topic back 2, 3 years ago because businesses complained about the high tax rate. Average Chinese may not think about paying tax for each
28.
▲
by
perlwle
6y ago
I can imagine that It's far cheaper to make friend with the police chief by giving him a free meal. Just in case the restaurant need special attention from the chief for situations like local gangs ask for protection money(probably ver
29.
▲
by
perlwle
6y ago
Ha. I was super surprised that my dad(almost 70) mentioned IPFS to me the other day. It turns out the people he know are running or thinking of running IPFS nodes because of filecoin incentive. Apparently, the people don't want to miss
30.
▲
by
perlwle
6y ago
Perl is very much like this too. $ perl -le 'print join(" ", "00".."20")' 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20
More ›