Viewing profile — InvisGhost
InvisGhost
HN member- Joined
- Thu, Dec 08, 2022, 6:00 PM UTC
- HN karma
- 66
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About InvisGhost
No profile information was provided.
Recent public activity
-
comment
Comment #47802906
It goes to a different school, you wouldn't know if
-
comment
Comment #46982711
Where there's a will, there's a way
-
comment
Comment #46789449
I recently tried to get Go running on a Windows PC and was surprised at how immature the ecosystem is for that configuration. The thing that seemingly everyone uses for hotreloadin…
-
comment
Comment #46319695
That's a great point!
-
comment
Comment #45987213
In situations like this, I try to focus on whether the other person understood what was being communicated rather than splitting hairs. In this case, I don't think anyone would be …
-
comment
Comment #45377070
They better ban password protected zip files too!
-
comment
Comment #44513214
I'm glad that he is raising the flag after the devs failed to take it seriously. Evolution is going to have to do PR damage control soon and talk about how they're changing things …
-
comment
Comment #43968225
Be careful with this. Each project has different practices which could lead to false positives and false negatives. You may also create the wrong incentives, depending on how you m…
-
comment
Comment #43766953
This sort of slogan says nothing about what actually makes it worth looking into.
-
comment
Comment #42659032
I wonder if you could track the usage of features known to be used for fingerprinting and disable the functionality if enough are used. I assume that most sites using advanced fing…
-
comment
Comment #42301816
I've found that the best you can do is complain about "process overhead" and hope someone helps you.
-
comment
Comment #42021851
re: PanGui, it seems nice but the fact that they don't even have "accessibility" in their docs means it really shouldn't become widely used until they address that. It would be a b…
-
comment
Comment #41771008
Definitely more accurate however it's UX is awful and doesn't do a good job of prioritizing issues. It sucks that you basically have to install a screen reader app to get the most …
-
comment
Comment #41770994
I wonder if you're able to open the iframe in a new tab and then use the extension on it?
-
comment
Comment #40852032
The bit on that wikipedia page about reanimating frozen hamsters is a bit of a sci-fi nightmare
-
comment
Comment #40752872
Sounds like they were caching it since they could execute it before getting the response. The difference is that they wanted to avoid the situation where they execute stale code th…
-
comment
Comment #40430610
Instruction manuals make it easy to game it but people can still game it without an instruction manual. This seems similar to the idea of security through obscurity. The same argum…
-
comment
Comment #38197269
You can also use the ifdef-loader module to have code that is conditionally included in the output build, allowing you to have debug code not make it into prod builds. The `rc-dev-…
-
comment
Comment #38197167
The vscode extension builds are including your full source code and node_modules directory which makes it 21 mb. You can reduce the size (and potentially keep your code less easily…
-
comment
Comment #38197136
Seems like a cool thing, I'm definitely interested as my work provides us with an API key to use. However I can't find anywhere that lists all the functionality offered. Maybe I'm …
-
comment
Comment #37591407
Yeah, it appears that way. It's confusing though since comfyUI and InvokeAI use workflow to mean .. well.. an actual workflow.
-
comment
Comment #33910956
I've had a lot of luck using Invoke.AI's solution. It allows for a lot more control over what the AI model is allowed to modify and lets you tailor each prompt for each individual …