shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

270
active users

#uvm

0 posts0 participants0 posts today
micchiato 🍉<p>These Cats are not underdogs; they’re just dogs. <a href="https://kolektiva.social/tags/soccer" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>soccer</span></a> <a href="https://kolektiva.social/tags/ncaa" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ncaa</span></a> <a href="https://kolektiva.social/tags/sports" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sports</span></a> <a href="https://kolektiva.social/tags/UVM" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>UVM</span></a> <a href="https://kolektiva.social/tags/Vermont" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Vermont</span></a></p>
scully<p>Watching highlights from <a href="https://heads.social/tags/UVM" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>UVM</span></a>’s victory in the <a href="https://heads.social/tags/NCAA" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>NCAA</span></a> soccer tournament … and I am twitching seeing they count the time DOWN from 45 mins for each half.</p>
micchiato 🍉<p>These Cats are not underdogs; they’re just dogs. <a href="https://kolektiva.social/tags/soccer" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>soccer</span></a> <a href="https://kolektiva.social/tags/ncaa" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ncaa</span></a> <a href="https://kolektiva.social/tags/sports" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sports</span></a> <a href="https://kolektiva.social/tags/UVM" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>UVM</span></a> <a href="https://kolektiva.social/tags/Vermont" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Vermont</span></a></p>
micchiato 🍉<p><a href="https://kolektiva.social/tags/UVM" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>UVM</span></a> just won it’s first national championship in any sport ever. They were an unranked team that ran the table on 4 ranked teams to get the trophy. Catamounts are #1!<br><a href="https://kolektiva.social/tags/Vermont" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Vermont</span></a></p>
micchiato 🍉<p>Kind of a big deal.<br><a href="https://kolektiva.social/tags/UVM" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>UVM</span></a> <a href="https://kolektiva.social/tags/soccer" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>soccer</span></a> <a href="https://kolektiva.social/tags/history" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>history</span></a><br><a href="https://kolektiva.social/tags/Vermont" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Vermont</span></a> <a href="https://kolektiva.social/tags/sports" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sports</span></a></p>
Jakub Cabal<p>Implementing HDL verification using <a href="https://fosstodon.org/tags/UVM" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>UVM</span></a> is annoying and tedious. So <a href="https://fosstodon.org/tags/cocotb" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cocotb</span></a> seems to be the right choice. <a href="https://fosstodon.org/tags/FPGA" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FPGA</span></a> <a href="https://fosstodon.org/tags/Python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Python</span></a> <a href="https://fosstodon.org/tags/systemverilog" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>systemverilog</span></a> <a href="https://fosstodon.org/tags/VHDL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>VHDL</span></a></p>
Leonard Ritter<p>alright! now code that works with <a href="https://mastodon.gamedev.place/tags/UVM" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>UVM</span></a> cells compiles to LLVM as well as to UVM, allowing us to work with the underlying variadic type in typechecked code; see the example below. an integer is transformed to a cell, a UVM C API function is called, and the cell is translated back to an integer.</p><p>for the LLVM target, we go the long way, interfacing with the API. but the UVM target lowers these instructions into native nothings since everything is a cell already.</p>
Leonard Ritter<p>spent this morning writing a native <a href="https://mastodon.gamedev.place/tags/UVM" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>UVM</span></a> cell &amp; block formatter in <a href="https://mastodon.gamedev.place/tags/scopes" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>scopes</span></a></p>
Leonard Ritter<p>i think i have the interface functions nailed down. for now. we need an opaque state (likely implemented as a hash) that makes sure the operations remain linearly connected. <a href="https://mastodon.gamedev.place/tags/UVM" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>UVM</span></a><br><a href="https://hg.sr.ht/~duangle/scopes/browse/src/uvm/gen_uvm.sc?rev=tip#L93" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">hg.sr.ht/~duangle/scopes/brows</span><span class="invisible">e/src/uvm/gen_uvm.sc?rev=tip#L93</span></a></p>
Leonard Ritter<p>i have successfully borrowed 2^46 bytes from the address space for mirrored addressing. the pinned address seems to be outside of the typical ASLR / dynamic mmap ranges, but if it fails for a particular program layout, the user can specify a different constant address. no idea how portable this is though, under windows we might have to do something else. <a href="https://mastodon.gamedev.place/tags/UVM" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>UVM</span></a></p>
Nate Gaylinn<p>Time for a new <a href="https://tech.lgbt/tags/introduction" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>introduction</span></a> </p><p>I'm a <a href="https://tech.lgbt/tags/ComputerScience" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ComputerScience</span></a> <a href="https://tech.lgbt/tags/PhD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PhD</span></a> candidate at the <a href="https://tech.lgbt/tags/University" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>University</span></a> of <a href="https://tech.lgbt/tags/Vermont" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Vermont</span></a> (<a href="https://tech.lgbt/tags/UVM" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>UVM</span></a>). There, I'm doing <a href="https://tech.lgbt/tags/AI" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AI</span></a> and <a href="https://tech.lgbt/tags/ALife" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ALife</span></a> <a href="https://tech.lgbt/tags/research" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>research</span></a> with Josh Bongard and many others. Themes include <a href="https://tech.lgbt/tags/evolution" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>evolution</span></a>, <a href="https://tech.lgbt/tags/evolvability" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>evolvability</span></a>, innate <a href="https://tech.lgbt/tags/intelligence" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>intelligence</span></a>, <a href="https://tech.lgbt/tags/cells" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cells</span></a>, <a href="https://tech.lgbt/tags/bodies" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>bodies</span></a>, and <a href="https://tech.lgbt/tags/endosymbiosis" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>endosymbiosis</span></a>.</p><p>I believe <a href="https://tech.lgbt/tags/science" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>science</span></a> should be open and accessible, so I write about my ideas on a <a href="https://tech.lgbt/tags/Wordpress" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Wordpress</span></a> <a href="https://tech.lgbt/tags/blog" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>blog</span></a>, review relevant <a href="https://tech.lgbt/tags/books" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>books</span></a> on <a href="https://tech.lgbt/tags/Goodreads" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Goodreads</span></a>, and publish my source code on <a href="https://tech.lgbt/tags/Github" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Github</span></a> (links in my profile).</p><p>I'm passionate about <a href="https://tech.lgbt/tags/diversity" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>diversity</span></a>, <a href="https://tech.lgbt/tags/socialjustice" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>socialjustice</span></a>, <a href="https://tech.lgbt/tags/sustainability" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sustainability</span></a>, <a href="https://tech.lgbt/tags/ethics" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ethics</span></a>, <a href="https://tech.lgbt/tags/philosophy" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>philosophy</span></a>, and all things <a href="https://tech.lgbt/tags/tech" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tech</span></a>. In my personal life, I love <a href="https://tech.lgbt/tags/food" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>food</span></a>, <a href="https://tech.lgbt/tags/cooking" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cooking</span></a>, <a href="https://tech.lgbt/tags/reading" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>reading</span></a>, <a href="https://tech.lgbt/tags/yoga" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>yoga</span></a>, <a href="https://tech.lgbt/tags/hiking" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>hiking</span></a>, <a href="https://tech.lgbt/tags/art" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>art</span></a>, and <a href="https://tech.lgbt/tags/StarTrek" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>StarTrek</span></a>.</p><p>I worked for many years on <a href="https://tech.lgbt/tags/Google" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Google</span></a> <a href="https://tech.lgbt/tags/Search" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Search</span></a> as a <a href="https://tech.lgbt/tags/software" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>software</span></a> <a href="https://tech.lgbt/tags/engineer" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>engineer</span></a>, <a href="https://tech.lgbt/tags/techlead" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>techlead</span></a>, and <a href="https://tech.lgbt/tags/manager" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>manager</span></a>. I used to be proud of that, but lately I have concerns.</p><p>My favorite <a href="https://tech.lgbt/tags/programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programming</span></a> language is <a href="https://tech.lgbt/tags/Python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Python</span></a>, but I know many more, and lately have been quite enjoying <a href="https://tech.lgbt/tags/CUDA" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CUDA</span></a> <a href="https://tech.lgbt/tags/GPU" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GPU</span></a> programming in <a href="https://tech.lgbt/tags/cplusplus" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cplusplus</span></a>.</p>
L4UREN<p>Sunset tonight at <a href="https://mstdn.social/tags/UVM" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>UVM</span></a> <a href="https://mstdn.social/tags/vermont" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>vermont</span></a> <a href="https://mstdn.social/tags/virtuefield" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>virtuefield</span></a></p>
mike mahaffie<p>We had clear skies and bright sunshine today. I went out for my lunch hour to explore the East Woods Natural Area owned by <a href="https://mastodon.online/tags/UVM" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>UVM</span></a>. <a href="https://mastodon.online/tags/Vermont" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Vermont</span></a> <a href="https://mastodon.online/tags/SouthBurlington" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SouthBurlington</span></a></p>
Anne Jefferson<p>In January, I will be joining the University of Vermont’s Rubenstein School of Environment and Natural Resources as the Robert F. and Genevieve B. Patrick Endowed Chair of Watershed Science and Planning. In addition to teaching and research, I will be the Director of the Lake Champlain Sea Grant program and the Vermont Water Resources and Lake Studies Center. </p><p>I'm very excited to explore <a href="https://mastodon.online/tags/Vermont" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Vermont</span></a>, join <a href="https://mastodon.online/tags/UVM" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>UVM</span></a>, &amp; lead an outstanding <a href="https://mastodon.online/tags/SeaGrant" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SeaGrant</span></a> program.</p>