Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
InvisGhost
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
InvisGhost
5mo ago
It goes to a different school, you wouldn't know if
2.
▲
by
InvisGhost
7mo ago
Where there's a will, there's a way
3.
▲
by
InvisGhost
8mo ago
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 hotreloading (Air) can't be configured to support Windows and Linu
4.
▲
by
InvisGhost
9mo ago
That's a great point!
5.
▲
by
InvisGhost
10mo ago
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 confused.
6.
▲
by
InvisGhost
1y ago
They better ban password protected zip files too!
7.
▲
by
InvisGhost
1y ago
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 to avoid this in the future.
8.
▲
by
InvisGhost
1y ago
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 measure and report things.
9.
▲
by
InvisGhost
1y ago
This sort of slogan says nothing about what actually makes it worth looking into.
10.
▲
by
InvisGhost
2y ago
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 fingerprinting like this are also the kind that would remove it
11.
▲
by
InvisGhost
2y ago
I've found that the best you can do is complain about "process overhead" and hope someone helps you.
12.
▲
by
InvisGhost
2y ago
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 big step backwards and one that is unac
13.
▲
by
InvisGhost
2y ago
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 accurate idea of how screen readers see your site.
14.
▲
by
InvisGhost
2y ago
I wonder if you're able to open the iframe in a new tab and then use the extension on it?
15.
▲
by
InvisGhost
2y ago
The bit on that wikipedia page about reanimating frozen hamsters is a bit of a sci-fi nightmare
16.
▲
by
InvisGhost
2y ago
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 that the server never would've served. So they can execut
17.
▲
by
InvisGhost
2y ago
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 argument could be made about linux, right? Letting people see int
18.
▲
by
InvisGhost
3y ago
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-` license keys being a good example of that.
19.
▲
by
InvisGhost
3y ago
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 reversable) by excluding those from the final package
20.
▲
by
InvisGhost
3y ago
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 missing something? It might be premature to l
21.
▲
by
InvisGhost
3y ago
Yeah, it appears that way. It's confusing though since comfyUI and InvokeAI use workflow to mean .. well.. an actual workflow.
22.
▲
by
InvisGhost
4y ago
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 edit.