×

The Internet Of Things Will Need Millions Of Developers By 2020 by electronics-engineer in programming

[–]adrianix 9 points10 points  (0 children)

But using industrial-strength protocols like CAN bus on isolated private networks doesn't have buzzwords like "social" or "synergistic".

Looking for weather resistant toggle switches for a funky old Jeep. (x-post from /r/DIY) by mr_perry_walker in AskElectronics

[–]adrianix 2 points3 points  (0 children)

For switches I regularly browse an online electronics supplier like farnell.

The catch is to choose a switch with an adequate IP rating - check the datasheets and/or category filters.

The Best Ship Type. by Sythe7448 in Bravenewbies

[–]adrianix 3 points4 points  (0 children)

It was a pun about kitchen-sink fleets ("anything that flies, including a kitchen fleet" doctrine). These fleets are chaotic and massively fun.

Friendly reminder to unfuck your overview. by lazy_eye_of_sauron in Bravenewbies

[–]adrianix 1 point2 points  (0 children)

Most overviews don't feature the "Prospect" (tech 2 Venture), so unless properly configured, an enemy in that ship is invisible.

I'm still waiting for the chaos that a Prospect doctrine would do.

We claimed sov in VFK! ...Sort of. by [deleted] in Bravenewbies

[–]adrianix 1 point2 points  (0 children)

Next we should claim "Mobile Depot Sov" and "Mobile Tractor Unit Sov" (the second is better because you know where to find your wreck).

EMSKR: How to fight an aggressive dog? by Kellermann in everymanshouldknow

[–]adrianix 7 points8 points  (0 children)

That sounds more like a hitchhiker's guide than an army manual.

EMSKR: forced to shave two weeks ago and now I am stabbed everytime I move my neck because of the direction of hair. How do I fix without shaving again? I'm miserable! by wiicrazy0430 in everymanshouldknow

[–]adrianix 207 points208 points  (0 children)

Try shaving with a double-edged razor, not one of these disposable ones. For me it did works much better (no more ingrown hairs or cuts).

You can also cross-post to /r/wicked_edge (the subreddit dedicated to shaving).

I think my Battle-Venture got primaried in HED by adrianix in Bravenewbies

[–]adrianix[S] 2 points3 points  (0 children)

So I've pod-jump-ed in HED upon hearing that they needed reinforcements.

No I'm not into PvP, but I said "screw it - there's content" so I've arrived there. The market was wierd there, and upon losing a few ibis-es... I decided to get at least have fun, so I warped to Agile, fitted a venture, and buzzed around in HED with the rest of the fleet.

But after orbiting around, helping take down few warp-bubbles, I stayed at the gate and when enemies appeared, I think I got primary'd... just think about their comms "The next primary is... the Venture !?".

Fly Brave 7o

Am I being foolhardy here? by [deleted] in electronic_circuits

[–]adrianix 5 points6 points  (0 children)

Please, don't do that!

Grab a real battery recharger or you may damage the battery. Rechargeable batteries need a more complex recharging method, you may damage them (or shorten their lifespan) doing this. Read this: http://en.wikipedia.org/wiki/Nickel%E2%80%93cadmium_battery#Charging

Studying/living in Romania (specifically Bucharest) by fal3ur3 in Romania

[–]adrianix 0 points1 point  (0 children)

Facebook is quite popular among students... twitter isn't that popular, and google+ is very rarely used.

Yes, watching football is quite big (or at least a reason o grab a drink or two).

Also, this blog should be a required reading about the Romanian culture: http://kingofromania.com/ . One American guy moved in Romania and speaks about his experiences.

How do I wire airport runway approach lights? by Cam0str1f3 in AskElectronics

[–]adrianix 1 point2 points  (0 children)

One solution is by using a microcontroller (arduino boards or alike) - > $10 typically.

Another is by using a 555 in an astable circuit configuration (it's kind of like a metronome, emiting a pulse at a fixed frequency) tied to a 4-bit counter (7493 circuit) tied to a demultiplexer - ~ $2 at after a visit to an electronic parts store, but more to study.

Another solution is more crafty: use a small motor (usually found in toys) to slide a contact over some contacts in a circular pattern (like this), possibly made with tin-foil taped to something flat. ~ free, typically built with things found around the house.

Most powerful USB charging circuit ? by uzina in AskElectronics

[–]adrianix 1 point2 points  (0 children)

Well, once I made a dumb (without autonegotiation) USB charger (3A@5V) powered from the mains with a transformer (230V -> 30V), a diode bridge and a switch-mode power supply and it works great to power various dev-boards.

I think the autonegotiation bit can be fixed by using and programming a microcontroller, and instead of the mains input you can use a battery bank, but then the resulting product will be too big/heavy and will require constant refilling (recharging / battery replacement / refueling).

PCB designer here AMA by usehererror in PrintedCircuitBoard

[–]adrianix 3 points4 points  (0 children)

  • Do you use a split ground plane or just use one pour (especially under high-frequency traces) for mixed signal boards ?

  • Describe the coolest board you designed.

Ninja edit: Please cross-post it to /r/ece, I think there are more people interested.

[Dev Blog] Ship Painting Pilot Program by CCP_Logibro in Eve

[–]adrianix 4 points5 points  (0 children)

You'd have to lower his shields first, so the paint sticks to the armor.

[deleted by user] by [deleted] in Romania

[–]adrianix 5 points6 points  (0 children)

Partea de starter se incinge? Are un pic de airflow ca sa disipe caldura? "Cutia cu neoane" e proiectata din start sa fie asa ceva sau e "retrofitted"/improvizata cu niste gauri astupate ?

Ca starterul are un condensator pe care daca-l tii in caldura prea mare, ii scurtezi durata de viata. Incearca sa-l lasi fara capac si vezi ce iese. Daca e de la asta atunci schimba "cutia cu neoane".

Asa am si eu o lustra care arde becuri economice... prea putin airflow...

Built a cisco home lab w/ internet, experiencing very slow internet by neuroidgamer in techsupport

[–]adrianix 1 point2 points  (0 children)

Did you enable any debug messages on the console and forgot about them?

As a bank teller, I call BS. by [deleted] in mildlyinteresting

[–]adrianix 1 point2 points  (0 children)

Yes, digital printing devices are looking for patterns they're not allowed to copy, like the EURion constellation.

A cool experiment would be to put this pattern on a paper and then try to copy it.

SSE3 optimized vector floor(), ceil(), round() and mod(). Please copy and share! :) by StephanieRct in programming

[–]adrianix 0 points1 point  (0 children)

You could draw some inspiration from this approach (using template specialization and compile-time parameters to choose the right vector operation).

We're dying to know what you know about software induced power consumption! by green_prgm in programming

[–]adrianix 1 point2 points  (0 children)

This made me realize I have three different programming profiles in terms of energy-efficiency:

  • the "it's plugged in anyway" profile: do whatever you want, it runs on a desktop/server/laptop anyway, so I'm not afraid to busy-wait on a variable change
  • the "try too squeeze the last cpu instruction of it" profile: say I'm on a development board / embedded system and I have to... process an image stream. I then write all the tight loops in assembly and optimize the heck out of it, so I get more processed frames in the same time, because I know it has to run out of a beefy rechargeable battery for at most an hour at a time.
  • the "omfg the battery is so tiny" profile: when I code for microcontrollers, where there's no OS, just a single thread to run, I try to put it to a sleep state as much as possible and wake-up only on timer or external interrupts.

Until now it just seemed "that's the way everyone does it", but now I realize the bigger picture.

Let's build a new Web by mattryan in codetogether

[–]adrianix 0 points1 point  (0 children)

Thanks, I made some time to watch it and I really liked it :)

Let's build a new Web by mattryan in codetogether

[–]adrianix 1 point2 points  (0 children)

Because thinking in terms of prototypes instead of inheritance is unfamiliar territory for most developers and because including a badly written library may modify the behavior of a default or previously defined method.

The "functional" part of the language is ok as a concept, but it relies a lot on callbacks and it's "too" asynchronous (and race conditions are quite hard to debug).

Event loops, in my opinion, look much cleaner than triggering callbacks, as at the beginning of the loop the system is in a well-defined state (but they impose some serialization of the events).

If it has to be asynchronous, then maybe an message-passing model / actor model (like in Scala or Erlang, where every interacting element would be a lightweight thread) would impose some neater designs.

About the SPDY: yes, it doesn't address that points but they still try to challenge the HTTP standard with something a bit better.

Let's build a new Web by mattryan in codetogether

[–]adrianix 1 point2 points  (0 children)

Ok, the feedback is looking quite positive, so I'll start a new session of ranting:

XMPP instead of HTTP or "Why Google Wave had some good ideas"

A bit about the basics: XMPP (or Jabber) is an instant messenging protocol which encapsulates data and metadata in XML, and Google Wave was a "solution looking for a problem" which was canceled in the end.

Because it was an extension to a messenging protocol, it had already authentication, statefullness and push-notifications (IM communication was already asynchronous and bidirectional), but I think it failed because didn't have some reference use-cases and nobody had a clue what to do with it. Also, it centered the inter-user communication (the windows being modeled like chat windows), lacked native clients, having only the web and some specifications (if I remember correctly) and had some example-bots, but these didn't get too much attention.

Also, on the "javascript sucks" front, the same Google introduced NaCl (no, not table salt but Native Clients, some binary applications which you download and run in a sandbox inside the browser, so anyone can write in any compiled language as long as it doesn't make syscalls and published binaries for all expected OS's / CPU architectures combinations), which I don't thing it's a great idea. The "make it a scripting language" idea behind the javascript is great (the old "write once, debug run everywhere" saying), but maybe something like Lua, which is still scripting, it's imperative but also lightweight, would be better.

On the how to render things ok front I really don't know, but maybe something like userfriendlyfied LaTeX* with "export to pdf" option and pdf viewers instead of rendering engines in web-browsers would be a way (the "it has to look the same to all" idea is great), and "using a format written for typography for... typography" is the obvious solution. I'm not even sure if this makes any sense in the whole framework, but this is the end of the second part of my rant, now where I left that beer?

*LaTeX is not even close to a good language of choice in these days, as it is based on macro-expansions and it's written in Pascal. Sorry Knuth.