Viewing profile — Felk
Felk
HN member- Joined
- Sun, Sep 03, 2017, 1:10 PM UTC
- HN karma
- 267
- Public activity
- 71 items
- HN profile
- View on Hacker News ↗
About Felk
No profile information was provided.
Recent public activity
-
comment
Comment #48809482
Thanks, looks very promising! I'll dig into this the next time I'll need to archive a web page.
- story
-
comment
Comment #44753404
I see that the author took a 'heuristical' approach for retrying tasks (having a predetermined amount of time a task is expected to take, and consider it failed if it wasn't update…
-
comment
Comment #41743550
Downloading a DB dump and crawling locally is possible, but had two gnarly show stoppers for me using wget: the forum's posts often link to other posts, and those links are absolut…
-
comment
Comment #41743484
The slowdown wasn't due to a lot of permutations, but mostly because a) wget just takes a considerable amount of time to process large HTML files with lots of links, and b) MyBB ha…
-
comment
Comment #41735940
Funny seeing this here now, as I _just_ finished archiving an old MyBB PHP forum. Though I used `wget` and it took 2 weeks and 260GB of uncompressed disk space (12GB compressed wit…
-
comment
Comment #36244691
Thankfully some service providers noticed the awful convenience and are trying to proliferate themselves by offering a better service. For example mop.la let's you buy the ticket v…
-
comment
Comment #33009309
You can use the Home key to skip cutscenes. Click on "show help" for more alternate controls
-
comment
Comment #29159504
Can someone explain to me what the main differences to jq are, besides the syntax?
-
comment
Comment #28807920
Wow, that looks extremely useful. I typically use docopt for all my CLI needs, but it looks like this could be really nice as well. I will have to try it the next time I'm building…
-
comment
Comment #28467687
It is. As far as I'm aware issues like these are only problematic if you either manually run a workflow (it uses your credentials) or have a workflow with the "pull_request_target"…
-
comment
Comment #28442866
I believe you are confusing dark net with deep net
-
comment
Comment #28438039
Well, yes. The question was whether you can sign _on GitHub_, so your private key has to be available to GitHub. You can always sign locally if you don't trust GitHub.
-
comment
Comment #28437967
Yes. Here's an excerpt from their documentation on https://docs.github.com/en/github/authenticating-to-github/m... >: > GitHub will automatically use GPG to sign commits you make u…
-
comment
Comment #28436745
> Please delete user 01FEY4XQ988G9BYFH45JKQZF5R .. . It's one thing to make a valid complain about there not being an automated account deletion feature yet, requiring you to send …
-
comment
Comment #28436553
Note that this post was not made by any of the developers but by a third party, and they chose the title.
-
comment
Comment #28436043
One thing some may consider "decentralized" is that you can self-host
-
comment
Comment #28435864
I've heard that too. But I am using gmail and had no trouble registering.
-
comment
Comment #28435766
There's nothing wrong with it per se, in fact Discord is very good software, but it being a for-profit company using closed-source code comes with the usual privacy and free-softwa…
-
comment
Comment #28435528
> half of our devs dont like sql much I'd suggest you and your team shouldn't rule out SQL-like databases, given a lot of very competent NoSQL databases have SQL-like syntaxes (say…
-
comment
Comment #28435100
Is it really "disturbing" if it's maintained by mostly college students? If this was done by industry veterans I could understand your stance, but the way things are this feels unc…
-
comment
Comment #28390405
I can also recommend licecap ( https://www.cockos.com/licecap/ ), which is quite minimalistic but gets the job done
-
comment
Comment #27760277
I am personally abusing the block feature for this. I haven't tested if it is actually true, but I began blocking channels that I am not interested in and haven't noticed anything …
-
comment
Comment #27551654
You may also be interested in taking a look at [quarkus](quarkus.io) in that case. It's a relatively new platform developed by RedHat that focuses on cloud usability, performance a…
-
comment
Comment #27551529
Not official, but I have had good experiences with AvaloniaUI, which sticks very close to WPF and is part of the .NET foundation umbrella. It inherits quite a lot of what made WPF …