Viewing profile — Funnnny
Funnnny
HN member- Joined
- Mon, Jul 18, 2011, 9:43 AM UTC
- HN karma
- 76
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About Funnnny
No profile information was provided.
Recent public activity
-
comment
Comment #44093228
> The community edition is not robbed of its value by this move They literally remove features, and you defended them by saying "there's CLI available"?
-
comment
Comment #43713514
> the algorithm only knows how to output the things that it has already outputted That's a very old problem that people building recommendation systems solved 10 years ago.
-
comment
Comment #42448756
> There is no need to bypass them when you can just solve them. There is no need to solve them when you can just bypass them.
-
comment
Comment #38879203
Euro are already using a different standard (CCS1 vs CCS2)
-
comment
Comment #38759741
> but honestly it's not far off that level of “well, duh” I think the real problem is that other apps do use ssh and malicious actors can inject untrusted input without the user's …
-
comment
Comment #24225707
KeePass has the ability to import Bitwarden JSON file so there's little need for the feature.
-
comment
Comment #22084972
> We don't know without auditing the code or when you really audit the code, find a problem, submit a patch and then the author dismisses your patch as "boring"
-
comment
Comment #21929400
It depends on the exploit but DOS ARE security vulnerabilities and their impact can range from very low to high severity. And please OP don't listen to this and report the vulnerab…
-
comment
Comment #21300193
> Held up for months Held up by AMD, not by LLVM's reviewers. They added some comments right away and AMD sent an updated patch 2 months later.
-
comment
Comment #20642037
DigitalFoundry had an interesting take on frame rate/frame time performance on Intel/AMD. If you look at the graph you can see Ryzen dip down more for a few times when there's more…
-
comment
Comment #20085700
cloudflare used to use iptables with SYNPROXY, simple blocking rule and later BPF matching. Your server would be dead in any large scale attack anyway, iptables is fine and works w…
-
comment
Comment #19999962
The game is an exact copy of Tap Titans. Clicker Heroes is popular in Steam so they may copy the name as well
-
comment
Comment #16677272
evil-mode is actually useful. VSCode's vim plugin loads really slow when you change project, doesn't have proper insert/normal/visual mode map, etc.
-
comment
Comment #15001298
It worths noting that, shortly after they offer SF arcana (extremely rare item), 50 people did go and beat the bot on the spot.
-
comment
Comment #12819148
Most if not all successful cryptocurrencies, like BitCoin, are only premied a genesis block, a few block for confirmation and then maybe a few days of beta release. 10% is hilariou…
-
comment
Comment #12682361
As an user of FB@W, and now Workspace, its Work Chat is largely useless. No native client, no API, the only crowd control is group. It's just a dumbed down version of Messenger, an…
- comment
-
comment
Comment #12682323
And then again, it's hard to install a virtualenv successfully the first time.
-
comment
Comment #5989067
Why? I installed most of my apps from Play Store, if some apps have country restriction, it's because they have a good reason to do so (range of service or support)
-
comment
Comment #5878148
I think it's the different between a normal python application and a web app: url dispatcher/route, request handler, template, extension...I started with Django, but Flask clears t…
-
comment
Comment #5769867
SPDY isn't a trademarked technology, the name is trademarked (it should be), the protocol is not. The way SPDY works is just like OAuth/OAuth2, HTTP, XMPP work: someone invent/impr…
-
comment
Comment #5343478
You can play the game without liking anything, can't you ?
-
comment
Comment #5284938
isn't that flash plugin features ? It's a big problem with flash game on Kongregate for a long time now.
-
comment
Comment #5132825
It'll automatically reload if you don't have any unsaved changes, if you have, it will ask you to reload
-
comment
Comment #4941971
Sure. Comment should be "why I did this", and code should be "how I did this", some people just write in "what did I do" and walk away thought they have comment Code took from a pr…