Oliver Kennedy
okennedy@discuss.systems
<p>Oliver is a CSE Prof teaching databases and data structures. He enjoys HEMA, cooking, photography, home automation, and coding random stuff. He built a notebook for collaborative, reproducible data science called Vizier (<a href="https://vizierdb.info" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="">vizierdb.info</span><span class="invisible"></span></a>) and now works on scaling datalog on commodity hardware (<a href="https://git.odin.cse.buffalo.edu/Norn/Draupnir" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">git.odin.cse.buffalo.edu/Norn/</span><span class="invisible">Draupnir</span></a>)</p><p>Expect posts here to be mostly about <a href="https://discu
Posts
-
Post #2389250
Ok... I know LA likes its traffic, but 12 lane road in the middle of downtown? #Monsterdon
-
Post #2367855
For anyone in #WesternNewYork (#WNY), and specifically the #Buffalo/#Niagara area, #UBuffalo will hold its bi-annual UB CSE Demo Day in Davis Hall on May 5th at 2:00 https://ub-cse-demo-day.github.io/ This is one of the big highlights of the semester, and always features a lot of really neat student efforts. If you&#39;re in the area, check it out.
-
Post #2367851
Props to #Cornell for taking a stand against internet purge laws. A Cornell alum event was just handing out these age gate bypass tools.
-
Post #1021391
Is there a rust package of building blocks for database engines? I&#39;m thinking buffer manager, file io, page layout structures, primitive-valued expression evaluation, and maybe even some toy B+/LSM implementations. Sort of like BerkeleyDB, but with expressions and designed for easy extension... but no actual DB logic.