@luka yes! easily.
Notices by wohali π― (wohali@octodon.social)
-
wohali π― (wohali@octodon.social)'s status on Friday, 11-Oct-2019 00:49:04 EDT wohali π― -
Greta Thunberg (gretathunberg@botsin.space)'s status on Thursday, 10-Oct-2019 23:53:04 EDT Greta Thunberg RT @gretathunberg
The huge, proposed new fossil gas terminal in GΓΆteborg has been denied its final permit and will not be built because of the climate crisis.
Activism works. So act! #folkmotfossilgas #WeWonGothenburg https://twitter.com/fossilgasfallan/status/1182176546909491200 -
wohali π― (wohali@octodon.social)'s status on Thursday, 10-Oct-2019 23:46:30 EDT wohali π― a> i asked my boss if i could wear an 'impeach trump' pin/button to work. he said no and laughed
b> put a slash between them and claim "these are my pronouns" et voila
-
wohali π― (wohali@octodon.social)'s status on Thursday, 10-Oct-2019 23:34:25 EDT wohali π― @Seabird big mood
-
Sid (interneteh@sunbeam.city)'s status on Thursday, 10-Oct-2019 23:13:24 EDT Sid Edvard Munch's Moonlight, 1895
-
wohali π― (wohali@octodon.social)'s status on Thursday, 10-Oct-2019 22:56:24 EDT wohali π― @ark the only things i heard were praising ryan reynolds' voice acting, which, sure, whatever.
-
wohali π― (wohali@octodon.social)'s status on Thursday, 10-Oct-2019 22:48:22 EDT wohali π― @ark i watched half of that movie without audio on a plane recently and thought THE EXACT SAME THING
-
wohali π― (wohali@octodon.social)'s status on Thursday, 10-Oct-2019 19:00:39 EDT wohali π― @taweret this has been going on in collectibles for decades now
and yes, fuck capitalism
-
wohali π― (wohali@octodon.social)'s status on Thursday, 10-Oct-2019 18:41:29 EDT wohali π― in C it was always bitmasks with `& 0xffff000` or `& 0b0011111000`, you could make a convenience function that would take a low and high value and build the bitmask for ANDing I guess, but usually I just inlined it
in python i'd use bitstring or C-like approaches
C++ has std::bitset but you're still doing bitmasking like C so I'm not sure it does much for you other than type safety
-
wohali π― (wohali@octodon.social)'s status on Thursday, 10-Oct-2019 18:32:34 EDT wohali π― @libc Here's a tutorial on how it's done in the free-and-open-source KiCAD.
https://www.baldengineer.com/kicad-bus-labels-and-global-labels.html
-
wohali π― (wohali@octodon.social)'s status on Thursday, 10-Oct-2019 18:32:12 EDT wohali π― @elmiko Everything I said before + more that I charge for consulting for ;)
-
wohali π― (wohali@octodon.social)'s status on Thursday, 10-Oct-2019 18:31:23 EDT wohali π― @libc here's an example from Eagle, where a double-dot ellipsis on the netlist is used. Only change is the order is [low..high]
Context matters but honestly if you say BUS[15:8] or BUS[15..8] everyone will know what you mean.
-
wohali π― (wohali@octodon.social)'s status on Thursday, 10-Oct-2019 18:28:51 EDT wohali π― @libc usually net[7:0] for Verilog notation or net[7 downto 0] in VHDL.
Verilog is the more common syntax and you'll see this type of notation on schematics more often in my experience.
-
wohali π― (wohali@octodon.social)'s status on Thursday, 10-Oct-2019 18:27:32 EDT wohali π― @elmiko @djsundog @KemoNine what I do for packaging Apache CouchDB is that I build packages (.deb, .rpm, etc. + .tar.gz) that work on as many platforms as possible.
Our Docker container is just a Linux container that installs the .deb package into a container and sets a few network settings.
It works. But it's measurably slower than running the same on bare metal, even for a naive untuned setup. For a tuned setup it's significantly slower.
-
wohali π― (wohali@octodon.social)'s status on Thursday, 10-Oct-2019 17:57:25 EDT wohali π― @elmiko @djsundog There was a long Intel whitepaper that went into detail on this at one point, but it was taken down and replaced by something that's more of a sales pitch for their specific workload management stuff...which is less general purpose and requires coding to a specific standard
kinda misses the point
-
wohali π― (wohali@octodon.social)'s status on Thursday, 10-Oct-2019 17:55:17 EDT wohali π― @elmiko @djsundog No, because we're talking about pinning to specific cores on each machine, in conjunction with the NICs on those machines, which must also be pinned accordingly - not just "land this on a machine that has the right GPU."
-
wohali π― (wohali@octodon.social)'s status on Thursday, 10-Oct-2019 17:47:56 EDT wohali π― @elmiko @djsundog anything that expects very low latency between network traffic and disk activity (i.e. serving database requests in <5ms, preferably <1ms) you have to worry about pinning interrupts and processes to specific cores. Beyond this you have to do careful planning of how bw is allocated between local storage (again, latency, not bandwidth, so SANs are unacceptable) and processes runnign on machines to avoid the "noisy neighbour" problems.
Way beyond what k8s/swarm can do today.
-
wohali π― (wohali@octodon.social)'s status on Thursday, 10-Oct-2019 17:42:08 EDT wohali π― @nev can breathe easier after seeing this earlier today.
still, shit is f'd out there. especially in hamilton.
-
wohali π― (wohali@octodon.social)'s status on Thursday, 10-Oct-2019 17:28:55 EDT wohali π― @lyliawisteria I haven't. But I can stand against it.
-
wohali π― (wohali@octodon.social)'s status on Thursday, 10-Oct-2019 17:26:33 EDT wohali π― @interneteh I'd play it