Viewing profile — archimedespi
archimedespi
HN member- Joined
- Mon, Jan 12, 2015, 7:51 PM UTC
- HN karma
- 330
- Public activity
- 152 items
- HN profile
- View on Hacker News ↗
About archimedespi
Recent public activity
-
comment
Comment #14135562
Yep. You can download/verify that script by hand, or hit the endpoints yourself. They just run stuff to provision your user and files and add you to our LDAP directory.
-
comment
Comment #14135257
There /is/ a modern, well-managed open-registration shell and IRC service, similar to what you're talking about, called Hashbang. You can join via https://hashbang.sh . We're reaso…
-
comment
Comment #13843200
eh, owning hardware is fun and a great learning experience
-
comment
Comment #13751119
tcc is blazingly fast, at least last time i used it. it's honestly fast enough that you could probably use it as an c interpreter
-
comment
Comment #12767486
Check and see if the Mirai code has default credentials for it, and if so, try logging in with them.
-
comment
Comment #12523933
Mad props to you for creating that and Scanny for taking over! It's helped me automate some really nasty boring stuff that had to be done in Word.
-
comment
Comment #12286287
Exactly. I see so many people complaining about the Linux kernel SLOC versus other kernels; it's an unfair comparison because no other modern kernel I know of has such a wide selec…
-
comment
Comment #12286277
Making modifying stuff a felony still just slows down peoples' efforts, unless there's a reliable way of enforcing it, which is... not really possible.
-
comment
Comment #12283596
Thank you for explaining! If you've contacted GTK about upstreaming your patches, what was their response? I'd be surprised if they didn't want to.
-
comment
Comment #12282856
Why would stock GTK+ cause problems?
-
comment
Comment #12281657
That's already happening: KXStudio, a Linux distro for audio work, has pre-packaged Ardour binaries.
-
comment
Comment #12271575
It may be retired, but Sparkfun still sells it[1]. If you're looking for other faster microcontrollers with Arduino toolchain support, there's a bunch of stuff out there. See the W…
-
comment
Comment #12268934
The reason someone serious about embedded development would want to buy Arduino boards is that they're convenient Atmel-architecture microcontroller boards. The ESP8266 may be "ard…
-
comment
Comment #12083609
Just grab a cheap Chinese clone off of Ebay. They're pretty much completely functionally identical in my experience.
-
comment
Comment #11807852
I know several devs who make music. It's not that accurate.
-
comment
Comment #11414637
Exactly; without an RF amp you're not going to do any serious damage.
-
comment
Comment #11269538
Seconding Zachtronics; TIS-100 is an amazing game.
-
comment
Comment #11138360
There are 8 engineering majors in Congress (all in the House IIRC), which is pretty suprising.
-
comment
Comment #11114727
Yeah, I'd love to get the new Razer[0] that came out this year, but unfortunately they went the way of "thunderbolt3.0 all the things" which is... not going to work with Linux. At …
-
comment
Comment #11039297
Yeah, I can get that. When I was working with SDCC, I really would have preferred GCC or clang - SDCC has some funky quirks that really pissed me off and introduced some weird bugs…
-
comment
Comment #11038450
What benefit does SDCC have over GCC for most embedded development? And if it's the only FOSS compiler for PICs, why hasn't someone ported parts of SDCC's backend over to LLVM or G…
-
comment
Comment #11038434
It's like corporate timecube :) But in all seriousness, how do people even get away with shit like this?
- comment
-
comment
Comment #10964943
Okay, sorry, read your original comment backwards. Calling into C++ is generally a big problem in any programming language though, and for most, you have to write a C wrapper.
-
comment
Comment #10964435
Totally understand that :) Maybe https://www.appveyor.com/ would work out for you? It's free for OSS projects.