tatterdemalion

joined 2 years ago
[–] [email protected] 1 points 1 day ago (1 children)
[–] [email protected] 21 points 1 week ago (5 children)

Just another example of politicians having no idea how technology and security work. Not only that, but willfully disregarding warnings from experts.

[–] [email protected] 27 points 1 week ago (3 children)

Dude what is this wiki page?

Hardness and how to deal

Thought I was on a joke wiki for a sec.

[–] [email protected] 7 points 1 week ago

Even if the claim that it was trans people who burnt Teslas were true, I wouldn't blame them. They are responding appropriately.

Of course the bigot explains the event with bigotry instead of having self awareness that they are in fact the root cause.

[–] [email protected] 3 points 1 week ago

On that topic, Japan is 100% reliable for returning a dropped wallet.

https://youtu.be/Qxo-_6S1AoE

[–] [email protected] 2 points 2 weeks ago

How does a project enforce the license? I'm not familiar with a mechanism for public projects to limit who can open issues, etc.

[–] [email protected] 6 points 2 weeks ago (1 children)

A pretty generous comparison. USD is at least FDIC insured and somewhat tied to our country's finances. Crypto only stabilizes around the markets that use it, i.e. black markets.

[–] [email protected] 2 points 2 weeks ago

Frog Fractions

I don't play it regularly, but it's fun to tell people about it.

[–] [email protected] 2 points 2 weeks ago (1 children)

You mean 12 Gbps right?

[–] [email protected] -2 points 3 weeks ago (1 children)

So you want to lose faster?

[–] [email protected] 1 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

Its just not a winning strategy. If you are fine with the world burning to stand on principles so be it though.

Do you understand why that sounds incredibly hypocritical in this context? This could read equally well as a condemnation of someone that didn't vote.

 
 

I ask because it would be nice to use the "I2P mixed mode" features of qbittorrent, but I want to keep my clearnet traffic on the VPN.

Background

I have I2PD running only on my home gateway for better tunnel uptime.

To ensure that torrent traffic never escapes the VPN tunnel, I have configured qbittorrent to use only the VPN Wireguard interface.

Problem

I think this means qbittorrent I2P traffic will flow into the VPN tunnel, but then the VPN host won't know how to route back to my home gateway where the SAM bridge is running.

 

I've configured my i2pd proxy correctly so things are somewhat working. I was able to visit notbob.i2p. But sometimes Firefox really likes to replace "http" with "https" when I click on a link or even enter the URL manually into the bar. I have "HTTPS-only mode" turned off, and I also have "browser.fixup.fallback-to-https" set to "false" and "network.stricttransportsecurity.preloadlist" to false.

I tried spying on the HTTP traffic in web dev tools, and I see the request gets NS_ERROR_UNKNOWN_HOST. This does not happen when using the xh CLI HTTP client, so Firefox is doing something weird with name resolution. I made sure to turn off the Firefox DNS over HTTPs setting as well, but it didn't seem to make a difference.

I assume that name resolution needs to happen in i2pd. How can I force Firefox to let that happen?

Update: Chrome works fine.

Update: I started fresh and simplified the setup and it seems fixed. I'm not entirely sure why. The only things I've changed from default are DoH and the manual HTTP proxy.

 

I was just reading through the interview process for RED, and they specifically forbid the use of VPN during the interview. I don't understand this requirement, and it seems like it would just leak your IP address to the IRC host, which could potentially be used against you in a honeypot scenario. Once they have your IP, they could link that with the credentials used with the tracker while you are torrenting, regardless of if you used VPN while torrenting.

 

Who are these for? People who use the terminal but don't like running shell commands?

OK sorry for throwing shade. If you use one of these, honestly, what features do you use that make it worthwhile?

EDIT: Just to clarify, my point is I would almost always reach for fzf, fd, or rg before trying to manually search through a directory in a file manager.

EDIT2: A few people mentioned selecting files in a TUI. I don't find it any harder to select files using autocomplete. It might even be faster to start typing a name than it is it "scroll" through a list of files.

EDIT3: Here's a neat tool that can add some flexibility to your shell workflow: https://github.com/urbanogilson/lineselect

 

More specifically, I'm thinking about two different modes of development for a library (private to the company) that's already relied upon by other libraries and applications:

  1. Rapidly develop the library "in isolation" without being slowed down by keeping all of the users in sync. This causes more divergence and merge effort the longer you wait to upgrade users.
  2. Make all changes in lock-step with users, keeping everyone in sync for every change that is made. This will be slower and might result in wasted work if experimental changes are not successful.

As a side note: I believe these approaches are similar in spirit to the continuum of microservices vs monoliths.

Speaking from recent experience, I feel like I'm repeatedly finding that users of my library have built towers upon obsolete APIs, because there have been multiple phases of experimentation that necessitated large changes. So with each change, large amounts of code need to be rewritten.

I still think that approach #1 was justified during the early stages of the project, since I wanted to identify all of the design problems as quickly as possible through iteration. But as the API is getting closer to stabilization, I think I need to switch to mode #2.

How do you know when is the right time to switch? Are there any good strategies for avoiding painful upgrades?

view more: next ›