Viewing profile — fireattack
fireattack
HN member- Joined
- Mon, Feb 05, 2018, 10:41 AM UTC
- HN karma
- 1,898
- Public activity
- 703 items
- HN profile
- View on Hacker News ↗
About fireattack
Recent public activity
-
comment
Comment #44655727
Do it with one file?
-
comment
Comment #44655333
Windows doesn't either. >move 1 ..\1\ The system cannot find the path specified. 0 file(s) moved. But the issue is you can't ensure LLM will generate the command with trailing slas…
-
comment
Comment #44655307
That's not what OP encountered. The "failure" mode is mv file ../folder where folder is not a folder (non-exist, or is a file). And Linux will happily do this too.
-
comment
Comment #44655282
But it will show a warning. I don't get the issue. D:\3\test\a>move 1 ..\1 Overwrite D:\3\test\1? (Yes/No/All): If anything, it's better than Linux where it will do this silently.
-
comment
Comment #44601189
You mean "i.e." I believe
-
comment
Comment #44600924
What's NIH
-
comment
Comment #44568368
The definition of grey is totally debatable, but in W3C spec Green = #008000 (instead of #00FF00, which is called Lime?) makes no sense. How did it happen?
-
comment
Comment #44548976
> playsound This library is unfortunately effectively abandoned -- it hasn’t received any updates in over four years, and its latest version doesn’t work at all : https://github.co…
- comment
-
story
Tell HN: Google Search shows irrelevant results for me for days
Hi guys, lately (this week or so) I noticed that when I search through Google, sometimes it shows results that are totally irrelevant to the keywords, but tightly related to my per…
-
comment
Comment #41210780
Totally unrelated to the content, but about the website itself. The site completely breaks when I visit it. After some investigation, I found out that if I enable Stylus (a CSS inj…
-
comment
Comment #39885904
I think what you said is true but the major reason is simpler: there are way more gamers than developers. So if your project's audience is gamers, of course it's going to attract m…
-
comment
Comment #39835745
I'm Copilot customer since day 1 and I'm mostly satisfied with it, until a few months ago. I noticed a mini project I was working on suddenly stopped showing any autocomplete resul…
-
comment
Comment #39689374
Thank you for your insight! By the way, I asked about it previously on their repo before, if you're interested. No replies yet though, since the development of the lib isn't very a…
-
comment
Comment #39675811
Would GIT affect how Python runs across multiple Python processes? I'm asking because I encountered a weird phenomenon before. I use a simple Python lib called "schedule" which is …
-
comment
Comment #39624596
He copied OP's idea, not their code AFAIK.
-
comment
Comment #39612901
Yes, if the user want to disable all the protections and choose to install malware it's their choice. You can already do so on *nix, Windows, and macOS (albeit more complicated). N…
-
comment
Comment #39612785
I get it, but that's ultimately the user's choice.
-
comment
Comment #39612420
[flagged]
-
comment
Comment #39589833
Oh God, after reading your post, it suddenly struck me that maybe I should try using a different Google account, even though I don't really have anything special in my main account…
-
comment
Comment #39589613
I can reproduce it with Chrome, Firefox, both with no extension. On three computers. In case it was not clear, here is the full STR. 1. Click on a cell. 2. Click on the formula bar…
-
comment
Comment #39587633
No, It's not a coincidence. Unfortunately, majority of "large" user-facing programs or services are not open source.
-
comment
Comment #39586729
I like to file bugs about any software or service I use, too. Just did a quick check, under my current email I have 101 bugs filed for Chromium and 91 for Firefox (which I no longe…
-
comment
Comment #36873375
Same here. If anyone can kindly share an invitation, my email address is in my profile. Edit: got one (two actually), thanks forks!
-
comment
Comment #32547189
In general, I don't find any noticeable performance issues using ubo on Chrome, but again I'm the "install it and forget it" type. I do encountered a weird specific performance bug…