lifeblood blog post 2025-04-21
This commit is contained in:
parent
af1bfeed25
commit
d380cfb336
4 changed files with 126 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
</h3>
|
||||
|
||||
<ul class="blog-listing">
|
||||
<li><a href="posts/stripe_sessions_2025/index.html">Project Lifeblood! (2025-04-21)</a></li>
|
||||
<li><a href="posts/introducing_asklyphe/index.html">Introducing askLyphe! (2024-09-05)</a></li>
|
||||
<li><a href="posts/company_update_july_2024/index.html">Company Update July 2024 (2024-07-29)</a></li>
|
||||
<li><a href="posts/btrees_and_refactoring/index.html">B-Trees and Refactoring: Week 4 of VoreStation Development (2023-09-10)</a></li>
|
||||
|
|
125
blog/posts/stripe_sessions_2025/index.html
Normal file
125
blog/posts/stripe_sessions_2025/index.html
Normal file
|
@ -0,0 +1,125 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<title>vore microcomputers development blog - Project Lifeblood, and Stripe Sessions 2025</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<link rel="stylesheet" href="/microsoft.css"/>
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="container-item">
|
||||
<a href="/"><img src="/assets/logo_typeset.svg" alt="vore microcomputers logo"/></a>
|
||||
|
||||
<h1>Project Lifeblood!</h1>
|
||||
<h3>also Stripe Sessions 2025!</h3>
|
||||
<h5>2025-04-21</h5>
|
||||
<h4>written by Niko Viau-Chow-Stuart (Founder)</h4>
|
||||
|
||||
<img src="/blog/posts/stripe_sessions_2025/lifeblood%201.png" alt="drawing of the vore microcomputers mascot holding a lifeblood board."/>
|
||||
|
||||
<p>
|
||||
hello vorers! if you've been following the askLyphe development closely (i.e. on our
|
||||
<a href="https://discord.gg/r3deP9cA4p">discord server</a>),
|
||||
you may have noticed that we've been a bit silent for the last week or two.
|
||||
</p>
|
||||
<p>
|
||||
this is because for the last few weeks, we've been working on a very secret project which i'm very excited
|
||||
to announce!
|
||||
</p>
|
||||
<h2>Project Lifeblood</h2>
|
||||
<img src="/blog/posts/stripe_sessions_2025/lifeblood%20dev%20board.png" alt="3d rendering of the lifeblood pcb board (without soldered components)."/>
|
||||
<p>
|
||||
lifeblood is a very small pcb computer, about the size of a business card, with a usb-c jack that provides
|
||||
power and exposes the operating system as a serial device!
|
||||
<br>
|
||||
it uses a very limited risc v microcontroller with only around 10kib of RAM, and runs a very minimal
|
||||
multitasking operating system that we call "lifebloodOS",
|
||||
and because of these imposed limitations, components alone cost just under $1 per board!
|
||||
</p>
|
||||
<p>
|
||||
you may be wondering why we've made such a limited and basic computer, and that's for a very simple reason:
|
||||
</p>
|
||||
<strong>
|
||||
we will be using lifeblood computers as business cards!
|
||||
</strong>
|
||||
<p>
|
||||
for 2025, we were invited to Stripe Sessions, a technology conference run by Stripe (our payment processor),
|
||||
that normally costs like $600 to attend. (which means, yes if you somehow have $600 to spare and live in the
|
||||
San Francisco Bay Area,
|
||||
you can meet us!)
|
||||
</p>
|
||||
<p>
|
||||
we figured that we might as well use this chance to have some fun, and since we don't have any business
|
||||
cards,
|
||||
we figured we could have some fun with those! (:
|
||||
</p>
|
||||
<p>
|
||||
if anyone reading this is somehow actually also going to this random tech conference, then we'll be giving
|
||||
away these lifeblood-based business cards for as long as we have any left!
|
||||
</p>
|
||||
<strong>
|
||||
however, if you aren't going then we also plan to sell lifeblood boards on our website!
|
||||
</strong>
|
||||
<p>
|
||||
we plan to hopefully sell them for around $5 a piece,
|
||||
although this price may change depending on component cost changes due to the stupid fucking tariffs that
|
||||
are being applied to the US.
|
||||
</p>
|
||||
<p>
|
||||
of course, once they're released to the public, we'll also be open sourcing everything from the pcb designs
|
||||
to the operating system,
|
||||
so if you don't want to pay us then you can also build your own from scratch! :D
|
||||
</p>
|
||||
<p>
|
||||
more details about both the board and the operating system will be announced closer to the planned
|
||||
release date of May 6, so stay tuned!
|
||||
</p>
|
||||
<h2>askLyphe updates</h2>
|
||||
<p>
|
||||
although this project has taken up quite a bit of our time, we definitely haven't abandoned askLyphe!
|
||||
</p>
|
||||
<p>
|
||||
we're still working hard to get askLyphe to a state in which we can release a public beta, and internally
|
||||
we use askLyphe as our main search engine! for those who have private beta access, we'll still be
|
||||
maintaining the private servers, and making sure that any downtime is as short as possible.
|
||||
</p>
|
||||
<p>
|
||||
as always, feel free to support us on liberapay if you like what we do! we're incredibly thankful for
|
||||
everyone who has donated so far, and as such <strong>we plan to send anyone who has donated before may 6 a
|
||||
free lifeblood board if you email us!</strong>
|
||||
</p>
|
||||
<script src="https://liberapay.com/voremicrocomputers/widgets/button.js"></script>
|
||||
<noscript><a href="https://liberapay.com/voremicrocomputers/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></noscript>
|
||||
|
||||
<p>
|
||||
as always, thanks for reading and happy voring! :3
|
||||
</p>
|
||||
|
||||
<hr/>
|
||||
<p id="footer">
|
||||
<br>contact us at <a href="mailto:nikocs@voremicrocomputers.com">nikocs@voremicrocomputers.com</a> <a
|
||||
href="/pgp.asc">pgp key</a>
|
||||
<br>
|
||||
for abuse, copyright, or other legal issues, contact <a href="mailto:devnull@voremicrocomputers.com">devnull@voremicrocomputers.com</a><br>
|
||||
<!-- or, call at <a href="tel:1-888-519-0437">+1 (888) 519-0437 (toll-free)</a> or <a href="tel:1-507-767-9433">+1 (507) RMS-YIFF (local)</a> -->
|
||||
(our phone system is currently down, sorry!)
|
||||
<br><br>
|
||||
Vore Microcomputers is an unregistered trademark of Real Microsoft, LLC. all references to "the company"
|
||||
are in reference to Real Microsoft, LLC and the name Vore Microcomputers is only a reference to the
|
||||
hardware/software focused development project held under Real Microsoft, LLC. Real Microsoft, LLC is
|
||||
in no way associated with the Microsoft Corporation or its products/projects.
|
||||
<br><br>
|
||||
<a href="https://climate.stripe.com/4MO1d9">Our Carbon Footprint</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="container-item">
|
||||
<div class="credit">
|
||||
<img src="/xenia.png"
|
||||
alt="image of xenia, an anthropomorphic fox who was a contender for the linux mascot"/>
|
||||
<span>image made by <a href="https://twitter.com/cathodegaytube/">@cathodegaytube</a>!</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
BIN
blog/posts/stripe_sessions_2025/lifeblood 1.png
Normal file
BIN
blog/posts/stripe_sessions_2025/lifeblood 1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.6 KiB |
BIN
blog/posts/stripe_sessions_2025/lifeblood dev board.png
Normal file
BIN
blog/posts/stripe_sessions_2025/lifeblood dev board.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Loading…
Add table
Reference in a new issue