eupolicy.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
This Mastodon server is a friendly and respectful discussion space for people working in areas related to EU policy. When you request to create an account, please tell us something about you.

Server stats:

196
active users

#cs

1 post1 participant0 posts today
Thomas Kahle<p>The only thing I’m asking is whether <a href="https://machteburch.social/tags/AI" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AI</span></a> can solve the Halting Problem.</p><p><a href="https://machteburch.social/tags/cs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cs</span></a> <a href="https://machteburch.social/tags/math" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>math</span></a></p>
amen zwa, esq.<p>Back in the early 1980s, MIS and IFSM sprouted out of <a href="https://mathstodon.xyz/tags/CS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CS</span></a>, as business-focused tech fields. In due course, those newer fields organised themselves into "business analysts" and "system administrators", bolstered by their MBAs, of course.</p><p>But Data Science and Vibe Coding, hatched by the latest AI hype (by my count, the 5th one, after Rosenblatt, Minsky, Rumelhart, Hinton, and Vaswani), are beginning to swallow CS, mainly because run-of-the-mill colleges are dumbing down their CS curricula to better match the fashion trends of DS and VC.</p><p>CS educators must now band up together and stand up for their field's very identity.</p>
DougMerritt (log😅 = 💧log😄)<p><span class="h-card" translate="no"><a href="https://mathstodon.xyz/@AmenZwa" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>AmenZwa</span></a></span> <br>&gt; Ubiquitous quantum computing is but a pipe dream</p><p>It also isn't known to be able to do much beyond security applications like public key cryptography even in principle, despite the vast number of hucksters who give the impression that it will solve all problems in extreme parallelism, which is simply false.</p><p>&gt; It is high time the FPGA/ASIC hardware design courses trickle from the <a href="https://mathstodon.xyz/tags/EE" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EE</span></a> curriculum down to the <a href="https://mathstodon.xyz/tags/CS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CS</span></a> curriculum.</p><p>I've done extensive work with FPGAs (and some ASICs) over the years, and they are undeniably very useful.</p><p>But programmers can't just learn Verilog as if it's another programming language. They would need to learn a certain amount of the EE curriculum beyond just focused things like that.</p><p>Wait, I get it, you're proposing that they will use AI to get around that need. 😆</p>
amen zwa, esq.<p>The CPUs' heyday of Moore's Law and Dennard Scaling are over. GPUs and TPUs had saturated the market. Ubiquitous quantum computing is but a pipe dream. So, what's next?</p><p><a href="https://mathstodon.xyz/tags/FPGA" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FPGA</span></a> and <a href="https://mathstodon.xyz/tags/ASIC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ASIC</span></a>, of course, especially considering the steep, upward tick in growth and availability of lower-cost hardware components and higher-capability software tools.</p><p>For over 40 years, these technologies had been in heavy use in the specialised fields of DSP, avionics, I/O, networks, and the like, mainly due to the considerable demands they place upon development costs and engineering skills. But the recent advances in HLS and HDL software, along with low-cost hardware boards, IP blocks, and SoCs, had rendered these technologies competitive with the conventional CPU- and MCU-based approaches, for use in broader, industrial applications.</p><p>It is high time the FPGA/ASIC hardware design courses trickle from the <a href="https://mathstodon.xyz/tags/EE" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EE</span></a> curriculum down to the <a href="https://mathstodon.xyz/tags/CS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CS</span></a> curriculum.</p><p>But then, there are so-called "higher education" institutions that have already replaced instructors with LLMs, so what do I know, really....</p>
Tariq<p>I've now posted this to stackexchange if anyone fancies advising on a more elaborated question with attempted solution.</p><p><a href="https://cs.stackexchange.com/questions/173407/solution-feedback-regarding-inhabitant-of-λp-type-and-logical-equivalent-stateme" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">cs.stackexchange.com/questions</span><span class="invisible">/173407/solution-feedback-regarding-inhabitant-of-λp-type-and-logical-equivalent-stateme</span></a></p><p><a href="https://mathstodon.xyz/tags/maths" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>maths</span></a> <a href="https://mathstodon.xyz/tags/cs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cs</span></a> <a href="https://mathstodon.xyz/tags/typetheory" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>typetheory</span></a></p>
Tariq<p>Given the context</p><p>S : *<br>P : S → *<br>Q : S → *</p><p>I want to find an inhabitant of </p><p>Πx : S . Px → Qx → Px</p><p>My interpretation of Px and Qx is that they are equivalent to * </p><p>... and so I need to find an inhabitant of </p><p>Πx : S . * → * → *</p><p>.. and given the only thing with type * I have to plat with is S, the answer must be</p><p>λx:S . S → S → S</p><p>Is that right?</p><p><a href="https://mathstodon.xyz/tags/maths" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>maths</span></a> <a href="https://mathstodon.xyz/tags/cs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cs</span></a> <a href="https://mathstodon.xyz/tags/typetheory" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>typetheory</span></a></p>
Tariq<p>If I have a function </p><p>f : Πa:A. (Πb:B.C)</p><p>and another function</p><p>g : Πa:A.B</p><p>Can I apply f to g as follows?</p><p>fg : C</p><p>---</p><p>My brain says f : A →(B→C) is the same as f : A →B→C by right-associativity of →, and that's why we can.</p><p><a href="https://mathstodon.xyz/tags/maths" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>maths</span></a> <a href="https://mathstodon.xyz/tags/cs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cs</span></a> <a href="https://mathstodon.xyz/tags/typetheory" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>typetheory</span></a> <a href="https://mathstodon.xyz/tags/lambdacalculus" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lambdacalculus</span></a></p>
Eric Maugendre<p>The new algorithm for directed cheapest routes "slices the graph into layers, moving outward from the source like Dijkstra’s. But rather than deal with the whole frontier at each step, it uses the Bellman-Ford algorithm to pinpoint influential nodes, moves forward from these nodes to find the shortest paths to others, and later comes back to other frontier nodes. It doesn’t always find the nodes within each layer in order of increasing distance, so the sorting barrier doesn’t apply. And if you chop up the graph in the right way, it runs slightly faster than the best version of Dijkstra’s algorithm. It’s considerably more intricate, relying on many pieces that need to fit together just right. But curiously, none of the pieces use fancy mathematics."</p><p><a href="https://www.quantamagazine.org/new-method-is-the-fastest-way-to-find-the-best-routes-20250806/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">quantamagazine.org/new-method-</span><span class="invisible">is-the-fastest-way-to-find-the-best-routes-20250806/</span></a></p><p><a href="https://hachyderm.io/tags/graphTheory" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>graphTheory</span></a> <a href="https://hachyderm.io/tags/shortestPath" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>shortestPath</span></a> <a href="https://hachyderm.io/tags/navigation" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>navigation</span></a> <a href="https://hachyderm.io/tags/networks" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>networks</span></a> <a href="https://hachyderm.io/tags/computing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>computing</span></a> <a href="https://hachyderm.io/tags/CS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CS</span></a> <a href="https://hachyderm.io/tags/computerScience" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>computerScience</span></a> <a href="https://hachyderm.io/tags/algorithmics" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>algorithmics</span></a> <a href="https://hachyderm.io/tags/algorithmic" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>algorithmic</span></a> <a href="https://hachyderm.io/tags/algorithms" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>algorithms</span></a> <a href="https://hachyderm.io/tags/algorithm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>algorithm</span></a></p>
Eric Maugendre<p>"Choreographic programming is a paradigm for concurrent and distributed software, whereby descriptions of the intended communications (choreographies) are automatically compiled into [decentralized code.<br>It is difficult to combine w/higher-order functions]: compilation is not modular (editing a part might require recompiling everything) and the generated code can perform unexpected global synchronisations."<br><a href="https://portal.findresearcher.sdu.dk/en/publications/modular-compilation-for-higher-order-functional-choreographies" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">portal.findresearcher.sdu.dk/e</span><span class="invisible">n/publications/modular-compilation-for-higher-order-functional-choreographies</span></a></p><p><a href="https://hachyderm.io/tags/computing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>computing</span></a> <a href="https://hachyderm.io/tags/compilation" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>compilation</span></a> <a href="https://hachyderm.io/tags/CS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CS</span></a> <a href="https://hachyderm.io/tags/concurrency" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>concurrency</span></a> <a href="https://hachyderm.io/tags/distributed" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>distributed</span></a> <a href="https://hachyderm.io/tags/semantics" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>semantics</span></a> <a href="https://hachyderm.io/tags/computerScience" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>computerScience</span></a></p>
Rod2ik 🇪🇺 🇨🇵 🇪🇸 🇺🇦 🇨🇦 🇩🇰 🇬🇱☮🕊️<p>The <a href="https://mastodon.social/tags/computer" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>computer</span></a> <a href="https://mastodon.social/tags/science" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>science</span></a> dream has become a <a href="https://mastodon.social/tags/nightmare" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nightmare</span></a><br>The coding=prosperity promise has officially collapsed</p><p>Fresh <a href="https://mastodon.social/tags/computer" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>computer</span></a> <a href="https://mastodon.social/tags/science" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>science</span></a> <a href="https://mastodon.social/tags/cs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cs</span></a> <a href="https://mastodon.social/tags/graduates" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>graduates</span></a> are facing <a href="https://mastodon.social/tags/unemployment" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>unemployment</span></a> rates of 6.1% to 7.5% more than double what <a href="https://mastodon.social/tags/biology" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>biology</span></a> and <a href="https://mastodon.social/tags/art" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>art</span></a> <a href="https://mastodon.social/tags/history" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>history</span></a> majors are experiencing</p><p><a href="https://techcrunch.com/2025/08/10/the-computer-science-dream-has-become-a-nightmare/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">techcrunch.com/2025/08/10/the-</span><span class="invisible">computer-science-dream-has-become-a-nightmare/</span></a></p>
Rod2ik 🇪🇺 🇨🇵 🇪🇸 🇺🇦 🇨🇦 🇩🇰 🇬🇱 ☮🕊️<p>The <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23computer" target="_blank">#computer</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23science" target="_blank">#science</a> dream has become a <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23nightmare" target="_blank">#nightmare</a> The coding=prosperity promise has officially collapsed Fresh <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23computer" target="_blank">#computer</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23science" target="_blank">#science</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23cs" target="_blank">#cs</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23graduates" target="_blank">#graduates</a> are facing <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23unemployment" target="_blank">#unemployment</a> rates of 6.1% to 7.5% more than double what <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23biology" target="_blank">#biology</a> and <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23art" target="_blank">#art</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23history" target="_blank">#history</a> majors are experiencing <a href="https://techcrunch.com/2025/08/10/the-computer-science-dream-has-become-a-nightmare/" rel="nofollow noopener" target="_blank">techcrunch.com/2025/08/10/t...</a><br><br><a href="https://techcrunch.com/2025/08/10/the-computer-science-dream-has-become-a-nightmare/" rel="nofollow noopener" target="_blank">The computer science dream has...</a></p>
Chris<p><a href="https://mastodon.social/tags/airbus" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>airbus</span></a> <a href="https://mastodon.social/tags/a321" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>a321</span></a> <a href="https://mastodon.social/tags/lisbon" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lisbon</span></a> <a href="https://mastodon.social/tags/lisboa" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lisboa</span></a> <a href="https://mastodon.social/tags/LIS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LIS</span></a> <a href="https://mastodon.social/tags/portugal" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>portugal</span></a><br><a href="https://mastodon.social/tags/cs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cs</span></a>-tjk <a href="https://mastodon.social/tags/TAP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>TAP</span></a> <a href="https://mastodon.social/tags/a321neo" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>a321neo</span></a></p>
amen zwa, esq.<p>A possible <a href="https://mathstodon.xyz/tags/FP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FP</span></a> <a href="https://mathstodon.xyz/tags/learning" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>learning</span></a> path for <a href="https://mathstodon.xyz/tags/CS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CS</span></a> students of all levels, from an introductory level to an advanced level:</p><p>•&nbsp;"Introduction to Functional Programming", Bird (1988)<br>• "The Implementation of Functional Programming Languages", Peyton Jones (1987)</p><p>• "Introduction to Automata Theory, Languages, and Computation", Hopcroft (1979)<br>• "Handbook of Theoretical Computer Science, Volume B: Formal Models and Semantics", Leeuwen (1994)</p><p>• "An Introduction to Functional Programming Through 𝜆-Calculus", Michaelson (2011)<br>• "Introduction to Combinators and 𝜆-Calculus", Hindley (1986)</p><p>• "Category Theory for Programmers", Milewski (2019)<br>• "Category Theory", Awodey (2008)</p><p>• "Types and Programming Languages", Pierce (2002)<br>• "Homotopy Type Theory", The Univalent Foundations Programme (2013)</p>
Europe Says<p><a href="https://www.europesays.com/2298297/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="">europesays.com/2298297/</span><span class="invisible"></span></a> Supercoupe d’Europe, Ligue 1… Le calendrier du PSG en août <a href="https://pubeurope.com/tags/CalendrierPSG" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CalendrierPSG</span></a> <a href="https://pubeurope.com/tags/CanalSupporters" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CanalSupporters</span></a> <a href="https://pubeurope.com/tags/cs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cs</span></a> <a href="https://pubeurope.com/tags/Europe" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Europe</span></a> <a href="https://pubeurope.com/tags/Ligue1" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Ligue1</span></a> <a href="https://pubeurope.com/tags/Nantes" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Nantes</span></a>/PSG <a href="https://pubeurope.com/tags/ParisSaintGermain" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ParisSaintGermain</span></a> <a href="https://pubeurope.com/tags/ParisSG" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ParisSG</span></a> <a href="https://pubeurope.com/tags/PSG" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PSG</span></a> <a href="https://pubeurope.com/tags/PSG" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PSG</span></a>/Angers <a href="https://pubeurope.com/tags/PSGTottenham" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PSGTottenham</span></a> <a href="https://pubeurope.com/tags/SupercoupeD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SupercoupeD</span></a>'Europe <a href="https://pubeurope.com/tags/SuperCoupeUEFA" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SuperCoupeUEFA</span></a> <a href="https://pubeurope.com/tags/ToulousePsg" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ToulousePsg</span></a> <a href="https://pubeurope.com/tags/Une" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Une</span></a></p>
Paul Houle<p>Atrium on top floor -- at the far side you can see a corridor that leads into Gates Hall, while a workman is still painting the wall next to the staircase down to the next level</p><p><a href="https://mastodon.social/tags/photo" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>photo</span></a> <a href="https://mastodon.social/tags/photography" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>photography</span></a> <a href="https://mastodon.social/tags/cornell" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cornell</span></a> <a href="https://mastodon.social/tags/interior" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>interior</span></a> <a href="https://mastodon.social/tags/buildings" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>buildings</span></a> <a href="https://mastodon.social/tags/cs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cs</span></a> <a href="https://mastodon.social/tags/architecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>architecture</span></a> <a href="https://mastodon.social/tags/construction" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>construction</span></a></p>
Paul Houle<p>They just opened the door at the new CS and Information Science building across the street this Monday, Tuesday I brought my wide angle Zeiss over</p><p><a href="https://mastodon.social/tags/photo" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>photo</span></a> <a href="https://mastodon.social/tags/photography" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>photography</span></a> <a href="https://mastodon.social/tags/cs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cs</span></a> <a href="https://mastodon.social/tags/cornell" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cornell</span></a> <a href="https://mastodon.social/tags/architecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>architecture</span></a> <a href="https://mastodon.social/tags/buildings" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>buildings</span></a> <a href="https://mastodon.social/tags/architecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>architecture</span></a> <a href="https://mastodon.social/tags/construction" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>construction</span></a></p>
☮ ♥ ♬ 🧑‍💻<p><span class="h-card" translate="no"><a href="https://wandering.shop/@cstross" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>cstross</span></a></span> “People who actually want a personal computer they can program are a niche market, albeit vastly larger than in 1982”</p><p>The roots of the <a href="https://ioc.exchange/tags/Mega65" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Mega65</span></a> lay in <a href="https://ioc.exchange/tags/CS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CS</span></a> <a href="https://ioc.exchange/tags/education" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>education</span></a> with <a href="https://ioc.exchange/tags/students" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>students</span></a> not being able to grasp the basics not because of lack of intelligence, but through the lack of exposure to basic computing hardware. </p><p>“By insulating new computer science and IT students from how computers really work, we may well be disadvantaging them, by preventing them from learning how a computer really works. It's quite the same idea as starting a mechanic on a simple old car, instead of on a nuclear submarine: make the important details visible so that they can be learnt.” — Paul Gardner-Stephen</p><p>&lt;<a href="https://c65gs.blogspot.com/2015/12/is-this-first-academic-slide.html" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">c65gs.blogspot.com/2015/12/is-</span><span class="invisible">this-first-academic-slide.html</span></a>&gt; </p><p><span class="h-card" translate="no"><a href="https://mas.to/@swelljoe" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>swelljoe</span></a></span> <span class="h-card" translate="no"><a href="https://studio8502.ca/@mos_8502" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>mos_8502</span></a></span></p>
amen zwa, esq.<p>Types of <a href="https://mathstodon.xyz/tags/Programmers" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Programmers</span></a> in <a href="https://mathstodon.xyz/tags/CS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CS</span></a> and <a href="https://mathstodon.xyz/tags/IT" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>IT</span></a>:</p><p>• Theorist—seek new discoveries in computability theory, complexity theory, and type theory (Church, Turning, Kleene, Cook, etc.)<br>• Inventor—design, analyse, prove, and publish an original algorithm (Knuth, Dijkstra, Karp, Tarjan, etc.)<br>• Engineer—devise a correct, efficient implementation of a published algorithm (implementers of DSP, DIP, etc.)<br>• Translator—convert an algorithm's mathematical description directly into a programme (CS undergraduates)<br>• Cobbler—cobble together APIs into a programme that might, or might not, work (senior IT practitioners)<br>• Cutter—cut and paste existing bits of code into a programme that just might do something unexpected (mid-level IT practitioners)<br>• Cleaner—clean up senior team members' messy, buggy code, while leaving the existing bugs intact and adding a few new ones (junior IT practitioners)<br>• Generator—ask AI to write direct-to-production code that no IT practitioner in the team could be bothered to read (senior IT managers)</p>
Europe Says<p><a href="https://www.europesays.com/2225523/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="">europesays.com/2225523/</span><span class="invisible"></span></a> Dourogás Group companies sold to Iberis Capital: advisors <a href="https://pubeurope.com/tags/BernardoAbreuMota" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>BernardoAbreuMota</span></a> <a href="https://pubeurope.com/tags/Cavaleiro" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Cavaleiro</span></a>&amp;Associados <a href="https://pubeurope.com/tags/CS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CS</span></a>’Associados <a href="https://pubeurope.com/tags/dx2" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dx2</span></a> <a href="https://pubeurope.com/tags/FranciscoAlbuquerqueReis" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FranciscoAlbuquerqueReis</span></a> <a href="https://pubeurope.com/tags/GasPrice" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GasPrice</span></a> <a href="https://pubeurope.com/tags/Jo%C3%A3oQuintelaCavaleiro" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JoãoQuintelaCavaleiro</span></a> <a href="https://pubeurope.com/tags/Jos%C3%A9Lu%C3%ADsSilva" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JoséLuísSilva</span></a> <a href="https://pubeurope.com/tags/KPMG" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>KPMG</span></a> <a href="https://pubeurope.com/tags/LiquefiedNaturalGas" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LiquefiedNaturalGas</span></a> <a href="https://pubeurope.com/tags/lng" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lng</span></a> <a href="https://pubeurope.com/tags/LNGPrice" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LNGPrice</span></a> <a href="https://pubeurope.com/tags/NaturalGas" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>NaturalGas</span></a> <a href="https://pubeurope.com/tags/PedroSeixasSilva" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PedroSeixasSilva</span></a> <a href="https://pubeurope.com/tags/RicardoCardador" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RicardoCardador</span></a> <a href="https://pubeurope.com/tags/TiagoDaRochaMatos" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>TiagoDaRochaMatos</span></a> <a href="https://pubeurope.com/tags/VitorFurtadoSousa" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>VitorFurtadoSousa</span></a></p>
Laura Sophia<p>My old introduction was very outdated, so it's time to reintroduce myself:<br><a href="https://tech.lgbt/tags/introduction" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>introduction</span></a></p><p>Hi 👋, I’m Laura.</p><p>I am a transfeminine person, somewhat in the middle of my transition. 🏳️‍⚧️ <a href="https://tech.lgbt/tags/trans" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>trans</span></a> <a href="https://tech.lgbt/tags/transbubble" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>transbubble</span></a></p><p>A major part of my time I spend as a Postdoc in computer science, working on embedded AI and low-power IoT communication. <a href="https://tech.lgbt/tags/cs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cs</span></a> <a href="https://tech.lgbt/tags/TinyML" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>TinyML</span></a> <a href="https://tech.lgbt/tags/IoT" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>IoT</span></a> <a href="https://tech.lgbt/tags/academia" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>academia</span></a> <a href="https://tech.lgbt/tags/science" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>science</span></a></p><p>Outside of work, I am active in the local <a href="https://tech.lgbt/tags/queer" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>queer</span></a> center (board member, GER: Vorstand), I enjoy playing board games, and I listen to too many <a href="https://tech.lgbt/tags/podcasts" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>podcasts</span></a>.</p>