Luke-Jr has quit [Remote host closed the connection]
dandon has joined #qi-hardware
wej has joined #qi-hardware
wej_ has quit [Ping timeout: 252 seconds]
michael_lee has joined #qi-hardware
Luke-Jr has joined #qi-hardware
Luke-Jr has quit [Remote host closed the connection]
Luke-Jr has joined #qi-hardware
jekhor has joined #qi-hardware
Luke-Jr has quit [Read error: Connection reset by peer]
Luke-Jr has joined #qi-hardware
Luke-Jr has quit [Remote host closed the connection]
Luke-Jr has joined #qi-hardware
jekhor has quit [Ping timeout: 245 seconds]
jekhor has joined #qi-hardware
jekhor has quit [Ping timeout: 240 seconds]
zcrc|drunk|again has joined #qi-hardware
zcrc|drunk|again is now known as zcrc
sb0 has joined #qi-hardware
xiangfu has joined #qi-hardware
atommann has quit [Quit: Leaving]
Luke-Jr has quit [Remote host closed the connection]
Luke-Jr has joined #qi-hardware
porchao has joined #qi-hardware
kinacamen has joined #qi-hardware
kinacamen has left #qi-hardware [#qi-hardware]
Luke-Jr has quit [Remote host closed the connection]
Luke-Jr has joined #qi-hardware
wolfspraul has joined #qi-hardware
dos1 has joined #qi-hardware
snufkin has joined #qi-hardware
xiangfu has quit [Ping timeout: 245 seconds]
zcrc has quit [Ping timeout: 252 seconds]
atommann has joined #qi-hardware
zcrc has joined #qi-hardware
nicksydney has quit [Remote host closed the connection]
nicksydney has joined #qi-hardware
zerous has joined #qi-hardware
sb0 has quit [Ping timeout: 252 seconds]
zerous has quit [Ping timeout: 252 seconds]
sb0 has joined #qi-hardware
Luke-Jr has quit [Remote host closed the connection]
Luke-Jr has joined #qi-hardware
rz2k has joined #qi-hardware
zcrc is now known as pcercuei
<sb0>
first kicad crash!
<wpwrak>
congratulations ! :)
<wpwrak>
what are you actually designing ?
<wpwrak>
i find that kicad sometimes hangs (or at least it used to some time ago) when i have multiple instances running. so it's a good idea to save often. also had some issues when working with zones, but i haven't experienced these lately
<wpwrak>
ah, and fped also has a yet unsolved problem that seems to be related to deletions. so safe often there, too :) (fped versions the files for you, so you don't have to worry about saving things you may later regret)
<wpwrak>
pcercuei: developing a taste for german beer ? :)
<pcercuei>
slowly but surely :)
<wpwrak>
very good. soon you'll be ready to appreciate the good stuff, austrian beer ;-)
Luke-Jr has quit [Remote host closed the connection]
Luke-Jr has joined #qi-hardware
Luke-Jr has quit [Remote host closed the connection]
michael_lee has quit [Remote host closed the connection]
Luke-Jr has joined #qi-hardware
atommann has quit [Quit: Leaving]
Luke-Jr has quit [Remote host closed the connection]
Luke-Jr has joined #qi-hardware
Luke-Jr has quit [Remote host closed the connection]
Luke-Jr has joined #qi-hardware
<sb0>
wpwrak, just simple carrier boards for mixxeo buttons/leds/oled
<sb0>
oh, and of course, when you press R while placing a component, it's obvious that you want to rotate the component that happens to be under the cursor, not the one that you are currently moving
<sb0>
open source UX usually sucks, but this one sets new records
Luke-Jr has quit [Remote host closed the connection]
Luke-Jr has joined #qi-hardware
<sb0>
"219.4000000000000057"
<sb0>
qcad wtf
<whitequark>
floating point wtf, rather
<whitequark>
but why doesn't it round?..
<sb0>
why didn't the qcad developers use a better number representation in the first place
<sb0>
performance doesn't matter much here; using (slow) rational arithmetic would be fine
<whitequark>
yeah, usually you use fixed point
<whitequark>
with enough precision to represent metric/imperial well
<sb0>
oh, I see. in C++, you write std::ratio_multiply<a,b>, not a*b
<whitequark>
hm?
<sb0>
I was wondering if C++ had support for rational numbers, and it seems to be done in a horrible way
<whitequark>
I'm not sure what is the point of using rationals anyway
<sb0>
with proper language support, they are the easiest choice
<whitequark>
not necessarily most correct, and anyway implementing fixed-point is not hard
<sb0>
not necessarily most correct?
<whitequark>
s,most correct,best,.
<sb0>
well, they are slower than fixed point for sure, but other than that?
<whitequark>
it's not even fixed-point actually, you just represent everything in µm and convert it to the user's choice of unit
<whitequark>
sb0: unless you back rationals with bigints, they're not infinitely precise
<sb0>
yeah sure
snufkin has quit [Quit: Leaving]
<sb0>
oh, another thing... any missing dot in a kicad schematic will result in a silent no-connection
<sb0>
I wonder how much this has cost in PCB respins already
Luke-Jr has quit [Remote host closed the connection]
Luke-Jr has joined #qi-hardware
<whitequark>
same in Eagle I think
zrafa has quit [Ping timeout: 252 seconds]
jekhor has joined #qi-hardware
Luke-Jr has quit [Remote host closed the connection]
Luke-Jr has joined #qi-hardware
wej has quit [Ping timeout: 245 seconds]
wej has joined #qi-hardware
wej has quit [Ping timeout: 260 seconds]
wej has joined #qi-hardware
FDCX has quit [Remote host closed the connection]
FDCX has joined #qi-hardware
jekhor has quit [Ping timeout: 255 seconds]
<wpwrak>
sb0: that's why it's important to review schematics :) missed dots tend to be a very minor problem. can't even remember having any issues with them
<wpwrak>
oh, but you should follow the rule of never making connected crosses
<wpwrak>
only T-connections, never +. a + always means "not connected".
<wpwrak>
(that's a rule for the designer to follow, not something kicad would need. though it may be nice if it could enforce it)
<nicksydney>
thought copied the location i copied the file :)
<wpwrak>
did someone pick up the phone while you were on the modem ? ;-)
<nicksydney>
cool...copy image file and paste into IRC paste the file itself in this format :) hhehehe
<nicksydney>
ok will dig up the .pdf and print the footprint to see which one matches
<wpwrak>
anyway, i don't think there's a "generic diode". alas, the diode makers stubbornly insist in not using "standard" packages like 0402, 0603, etc.
<wpwrak>
but there are a bunch of SOD packages that seem to be reasonably common. so defining them could be useful.
<nicksydney>
ok thanks
<wpwrak>
as i said, i try to stay clear of reversible diodes. hmm, there was a japanese engineering design principle with a specific name for this
<wpwrak>
the basic idea being that if you try to put a part in any way but the correct way, it will simply not fit
<nicksydney>
ok
<wpwrak>
diodes in symmetric packages are the perfect anti-pattern for this :)