Hacker News new | past | comments | ask | show | jobs | submit | doctor_lollipop's comments login

In my case, sending to Gmail works via IPv4 but they reject anything I send via IPv6. That was fun to figure out.


Personally I use https://github.com/jpillora/chisel as a reverse Proxy through nginx, then connect through it using OpenVPN to bypass a similarly restrictive firewall. But this discussion is filled with other, similar hacks, I may have to try some of them.


I learned about chisel in PEN-200 / preparing for the OSCP.

Then I learned about, Ligolo-ng [1] which is a game-changer. I highly recommend checking it out. It is most applicable to a penetration test. It uses TLS so I'm not sure it could be used to address the issue mentioned in the article.

[1] https://github.com/nicocha30/ligolo-ng


FYI, you can use oathtool on your PC for 2FA, you don't need custom apps for that.


That's not going to work with my bank, maybe GitHub?

I googled and found this from HN https://news.ycombinator.com/item?id=35083499#35086708

I'll give it a try. It doesn't change that 2FA is a pain and I'll log into GitHub only if strictly necessary. Maybe reduced logins are part of their security plan.


2FA mule.

Makes all of this very simple.


... or about needing a Microsoft (GitHub) account to publish Rust packages (on crates.io).


I was surprised to hear this so I went searching. Yep. Wow. [1]

I use GitHub all the time but I never expected it to be mandatory if you wanted to publish a package for a popular open source language.

But as the top says, “If you are interested in helping with this work, please feel free to get started!” (Though only if you’re a contributor or open a duplicate issue)

[1] https://github.com/rust-lang/crates.io/issues/326


My operator terminated its 2G network last year, forcing me to upgrade to a 3G phone. Let's hope your operator won't do the same thing.


> There are ath9k wifi cards with open source firmware

I use these almost exclusively for laptops and routers, I keep ripping Intel wifi cards out of laptops and replacing them with ath9k cards.

Ever since I started doing so things "just work" - no more random disconnects, lockups, need-to-reboot-to-get-wifi-working-again etc.

Technology can be so nice if it's open.


I'm still upset with them: A couple of years ago, Linux support for Rust (the game) was discontinued and the publisher said that all Linux users would get a refund on Steam, regardless of play time. I tried several times but all my attempts at getting a refund were rejected.

Not much you can do - if the machines decide you don't get a refund, well, then you don't. I haven't bought anything on Steam since.


In Australia, take it to the ACCC. If the machine says no, then the ACCC goes to the machine’s owner and scares the living daylights out of them.


Only if there's the possibility of a massive fine involved. The ACCC receive FAR too many reports to action any more than a tiny percentage of them. More often than not they respond saying they can't confirm or deny any violation, but you should try mediation.


The threat of the ACCC is usually enough for international companies to provide the refund, in my experience. Link them to the Repair, Replace, Refund page[0] and you're good.

0. https://www.accc.gov.au/consumers/consumer-rights-guarantees...


Seperately from anything else, damn but is that a turn of phrase.


Wouldn't that be more the publisher's fault?


Hard to tell. It's Steam that refuses the refund, no idea how the decision is made. Apparently others managed to eventually get the refund by trying again and again; maybe I gave up too soon.


Weird, it was the same for Rocket League and I was refunded without any issues. Steam has always been very nice to me regarding refunds.


Would you mind sharing your numbers? I recently tried to figure out how much my car costs me but it was less than half of your 10'000, so I'm wondering - either I missed something, or you have a rather expensive car.


If you take the deductable tax rate per kilometer, which is 70 Rappen[0], and assume 15000 kilometers a year you get 10'500 Francs per year

If you Google the question you find a variety of answers, but I think looking at it from the tax man's perspective is a good start.

I agree that the cost nay vary, but it can also be significantly higher than 1K per month, depending on the model of car, yearly kilometers and your risk from an insurance perspective.

[0] That's the rate you can deduct from your taxable income per kilometer if you use a private car for work purposes.


Thanks, that clarifies things. The number makes sense as a rough average (which would make sense for the taxes), calling it a 'minimum' was what confused me a little.


How does the language matter? I write software (mostly) in C for a living (the simple man's "embedded" as in "Linux on an ARM board", not the "bits on a micro controller" kind) and I made sure we use test-driven development with proper version control and CI.

We have been trying to use Rust for some new projects but cross-compiling is still much more hit-and-miss with Rust (i.e. third-party libraries) than it is with C. I imagine it would be worse for proper embedded projects.


My comment wasn't saying that modern development practices only exist in newer languages - I agree that all those things are possible with C.

But the language does bring benefits. In my experience modern strongly typed languages with large standard libraries and nice tooling are more productive than C (and probably more than C++, although writing idiomatic modern C++ is quite nice). C's simplicity is nice, but it still exists in a world where your only option for 3rd party libraries are zips downloaded from some random Sourceforge. Trying to write a C program with effective string handling is an absolute nightmare. All those things are solved many times over in other languages.

As a tool for writing very low level routines handling fixed length data, C is pretty good. But embedded development is moving away from that - every project seems to have some sort of web API, and that's when the downsides of C really start to show themselves.


I'm still using my N9, great little phone...


Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: