tal

joined 2 years ago
[–] tal@lemmy.today 3 points 23 minutes ago* (last edited 19 minutes ago) (1 children)

It'd theoretically be possible to run a straight GNU/Linux tablet or laptop with a 5G cell modem for data, use SIP service and a GNU/Linux dialer, and then run Waydroid for any specific Android apps that one has to run.

Idle power usage is gonna be a lot higher than on a phone, though.

And a lot of Android apps are made with a touch interface and small screen in mind and are aware of things in a cell environment, like "only update X when on WiFi". Not really common for GNU/Linux software to do that.

[–] tal@lemmy.today 1 points 4 hours ago

Marie Callender's, a restaurant chain mostly in California known for their pies, has an egg custard pie on their menu.

Also, while American-style egg custard pie may not be super-common today


I don't know


East Asian cuisine has egg tarts, and I see them commonly available in Asian restaurants around the San Francisco Bay Area.

[–] tal@lemmy.today 2 points 6 hours ago (1 children)

https://en.wikipedia.org/wiki/Iconoclasm

Iconoclasm (from Ancient Greek εἰκών (eikṓn) 'figure, icon' and κλάω (kláō) 'to break')[i] is the social belief in the importance of the destruction of icons and other images or monuments, most frequently for religious or political reasons.

https://en.wikipedia.org/wiki/Beeldenstorm

Beeldenstorm (pronounced [ˈbeːldə(n)ˌstɔr(ə)m]) in Dutch and Bildersturm [ˈbɪldɐˌʃtʊʁm] in German (roughly translatable from both languages as 'attack on the images or statues') are terms used for outbreaks of destruction of religious images that occurred in Europe in the 16th century, known in English as the Great Iconoclasm or Iconoclastic Fury.[2] During these spates of iconoclasm, Catholic art and many forms of church fittings and decoration were destroyed in unofficial or mob actions by Calvinist Protestant crowds as part of the Protestant Reformation.[3][4] Most of the destruction was of art in churches and public places.[5] Protestant polemical print celebrating the destruction, 1566

The Dutch term usually specifically refers to the wave of disorderly attacks in the summer of 1566 that spread rapidly through the Low Countries from south to north. Similar outbreaks of iconoclasm took place in other parts of Europe, especially in Switzerland and the Holy Roman Empire in the period between 1522 and 1566, notably Zürich (in 1523), Copenhagen (1530), Münster (1534), Geneva (1535), and Augsburg (1537), and in Livonia between 1522-1524.[6]

In England, there was both government-sponsored removal of images and also spontaneous attacks from 1535 onwards, and in Scotland from 1559.[6] In France, there were several outbreaks as part of the Wars of Religion from 1560 onwards.

Image conflicts can get serious!

[–] tal@lemmy.today 4 points 19 hours ago (1 children)

There's actually a small community at !kagi@programming.dev.

[–] tal@lemmy.today 9 points 19 hours ago* (last edited 19 hours ago) (1 children)

It says that they found fox droppings, but, then, some years back I remember when they hired a company to have a herd of goats graze their lawn down at the Googleplex, and that has to be worse on that front.

https://www.smithsonianmag.com/science-nature/google-rents-goats-to-mow-the-lawn-11402182/

Instead of using noisy mowers that run on gasoline and pollute the air, we've rented some goats from California Grazing to do the job for us (we're not "kidding"). A herder brings about 200 goats and they spend roughly a week with us at Google, eating the grass and fertilizing at the same time. The goats are herded with the help of Jen, a border collie. It costs us about the same as mowing, and goats are a lot cuter to watch than lawn mowers.

[–] tal@lemmy.today 10 points 20 hours ago* (last edited 20 hours ago) (9 children)

PieFed is an entirely different software package that's compatible with Lemmy, can federate with it.

Lemmy is written in Rust, Mbin in PHP, PieFed in Python, and Sublinks


not sure if that's going to go anywhere


in Java.

[–] tal@lemmy.today 7 points 22 hours ago

Sometimes quote marks are just being used to show that something is a quote, not as scare quotes.

[–] tal@lemmy.today 44 points 22 hours ago

Capitalism deals with industry being owned privately.

If you want to complain about Microsoft being a publicly-traded, private-sector company rather than a worker cooperative or part of the government or whatever, okay, at least I can see where you're coming from.

But a socialist economy is perfectly compatible with having high prices.

[–] tal@lemmy.today 40 points 23 hours ago* (last edited 23 hours ago)

Speaking for myself, while I'm not really happy about some of the political baggage associated with the lemmy dev team, and additionally would be interested in participating in discussion about non-lemmy server alternatives, I don't really want to jump into something named quite as adversarially as "cancel_lemmy".

That's not to say that there isn't potentially demand for and interest in this. It just crosses the line into getting more political on the matter than I'd like to be. But I would like to point out that it may be that there are other people who feel the same way, and might exclude some users who would otherwise participate.

EDIT: I'd also point out that while it's not specifically directed to discussion of the Lemmy software package, !MeanwhileOnGrad@sh.itjust.works has a fair bit of discussion among people who are unhappy about the political side of the lemmy.ml, lemmygrad.ml, and hexbear.net instances and want to discuss that.

[–] tal@lemmy.today 2 points 23 hours ago* (last edited 23 hours ago)

You can have a "no local pornography" rule without also defederating from instances that have pornography.

The instance I'm on, lemmy.today, has an admin who disallows local pornography communities on the instance and explicitly says that he's fine with users participating in pornography communities on other instances through his instance. From its server rules:

No local pornography communities (but you are free to subscribe to them on other instances if you wish).

That makes sense if you don't have some sort of desire to block it from users on the server, but just don't want to deal with the administrative hassle that comes with it.

[–] tal@lemmy.today 1 points 23 hours ago* (last edited 23 hours ago)

While I come from more of the Rust sort of side of things, and I agree with you that I'd rather have widely-used languages having static typing (though I've written more Python than Rust), it's also true that different languages have different degrees of uptake in different areas.

As things stand, Piefed, Lemmy, and Mbin all have an integrated Web frontend and backend, with third party client support via API. That is, they work kind of like Reddit does, not Usenet or IRC servers, where the backends and the frontends are entirely different projects.

I'm confident that Python has vastly more uptake for frontend Web development than Rust does. That means that it's going to be way easier to find contributors who understand how to build a Web UI who know Python than who know Rust.

If there were a split from this approach


that is, if the UI became decoupled from the backends, and users just used Aphrodite or mlym or whatever, and the backend wound up looking something like Usenet server software,


then I think that there might be a stronger argument for doing the backend in something like Rust, depending upon how it was structured.

But I think that Rust probably creates a high bar for attracting front-end contributors who are knowledgeable in building Web systems.

I'd also point out that Reddit started out in Common Lisp


Paul Graham, who was involved with its early days, is a huge fan of Common Lisp


but eventually was rewritten in Python.

EDIT: There's also Sublinks, in Java, but it doesn't look like it's getting a lot of activity.

[–] tal@lemmy.today 12 points 1 day ago* (last edited 23 hours ago) (3 children)

Reddit used to have a number of people running bots that would de-AMP links. I haven't seen anyone setting up something similar on the Threadiverse, though.

kagis

It looks like AmputatorBot is open-source and supports Reddit and used to support Twitter.

EDIT: Though...I don't see activity from the user /u/Killed_Mufasa on the bot subreddit (moderator of the subreddit and it looks like the dev) or commits to the github repo in the past two years, so the Reddit API fiasco might have killed it.

EDIT2: No, /u/AmputatorBot is the bot account, and it's still functional.

 

Original post by Crul@lemm.ee:

Source: H.A.M Prop Design - Missile [Grand Space Opera – Light Age] (by Himesh Anand - ArtStation)

Second Prop Design I did for Grand Space Opera – Light Age ArtStation Challenge.
A Quick Brief about the Race and the world:-
So this Civilization is called "ELITHIA",
A Type III civilization also called a galactic civilization—can control energy at the scale of its entire host galaxy.
I'm using the "Kardashev Scale" here to differentiate civilization on the basis of power consumption.

ArtStation profile: https://www.artstation.com/himeshanand023
RSS Feed: https://himeshanand023.artstation.com/rss

 

There are several reasons that I'd like to see a "self-unfurling car tent" that could extend from a car and cover it when parked, and "de-furl" itself when returning to a car.

Shield the car from sunshine

People are always trying to park in what (usually very limited, where I am) parking spaces that are shaded. Carry a reflective, vented tent, and the problem goes away; you've got your own shade everywhere you go.

There are already car covers:

But these don't self-unfurl and furl, so they're enough of a pain to use that most people won't use them unless they're parking their car for some time; manually deploying the thing on a grocery store trip isn't worth the effort. The most people will normally do is put up a windshield sun shade, which is a lot less effort to put up.

Solar panels become a lot more practical

Volvo had a prototype unfurling-from-the-trunk solar canopy over a decade ago; I haven't heard of it since.

That thing took up a ton of space, and wouldn't work in a parking lot, but something that closely-matches a given car model's exterior shape might be a lot more practical.

There are vehicles that have factory built-in solar panels now; the 2025 Toyota Prius PHEV has a solar roof option, for example:

But they don't provide a lot of surface area, because they can't cover the whole vehicle, just part of the roof, so provide a limited amount of power. That Prius can get a maximum of about four miles (6.4 km) a day of range from sun.

But you can put whatever you want on the exterior of a tent that's only deployed when parked; surface constraints go away, so now you have a lot more surface area to work with.

There are existing car covers that have integrated solar panels, but the solar panels on these are tiny, just designed to keep a car battery topped off when a car isn't being used for long periods of time; they aren't designed to feed a larger battery bank.

Hail resistance

There are some places in the US where hail is a real problem, where it damages a ton of vehicles every year.

Cars, which are normally rigid, don't do well with hail. Fabric-like materials, which are springy, do a great job. There are some existing car protection systems that fit onto a car that make use of this, have a little standoff distance to permit the hail to decelerate in, as well as fixed structures and manually-deployable static fabric hail protectors. Looking online, soft-top convertables will suffer damage to the body in hail that the soft-top roof can just ignore. I don't know how well hail resistance would play with flexible solar panels---might need to pick one or the other. But I'd expect at least one or the other to be possible.

Issues

There are some issues I can think of.

A big one is that car exterior surfaces are more durable than tents, and I can imagine accidental damage being more of an issue for the tent, like being cut or something. Maybe it'd be practical to make such a system out of modular pieces that zipper or otherwise easily attach to each other, and if one piece of the tent is damaged, just pick up a new one, detach the old one, and stick a new one in; no big deal.

Theft of the tent (or pieces thereof, if modular) might also be an issue.

 

cross-posted from: https://lemmy.today/post/31017170

Original post by Crul@lemm.ee:

Source: Photo by Sandstein - File:Epson HX-20 in case - MfK Bern.jpg - Wikimedia Commons

Wikipedia: Epson HX-20

The Epson HX-20 (also known as the HC-20) was the first "true" laptop computer. It was invented in July 1980 by Yukio Yokozawa, who worked for Suwa Seikosha, a branch of Japanese company Seiko (now Seiko Epson), receiving a patent for the invention.

Seen on Functional object - Object, Epson, Epson portable computer, 1980-1989

 

Original post by Crul@lemm.ee:

Source with more models: Retro game consoles 2 (by Zaki - ArtStation)

Bunch of assets that I made for a project I am working on.
Stickers and decals from
https://www.artstation.com/marketplace/p/krk7B/316-hand-drawn-cyberpunk-urban-decals

ArtStation profile: https://www.artstation.com/creatiflux
RSS Feed: https://creatiflux.artstation.com/rss

 

Original post by Crul@lemm.ee:

Source with a couple more renders: Bounty tracker (by Jack Dowell - ArtStation)

Device for tracking bounties. Plugs into a bounty board terminal at spaceports where the disk can be updated with new bounties displaying information about the targets on the device. Helps to keep track of active bounties and their information while in space.

ArtStation profile: https://www.artstation.com/jackwdowell
RSS Feed: https://jackwdowell.artstation.com/rss

 

Original post by RustedSwitch@lemmy.world.

 

Original post by Crul@lemm.ee:

Source: Cassette Player (by Paxton Klotz - ArtStation)

I had a lot of fun with this cassette player! It ended up being just under 10k tris. Inspired by, though not exactly a one to one recreation of, Sheng Lam's Potify Cassette player

Original Sheng Lam's Potify Cassette player

Posted previously: "prop[s]" by Sheng Lam - lemm.ee

ArtStation profile: https://www.artstation.com/pklotz
RSS Feed: https://pklotz.artstation.com/rss

 

Original post by Crul@lemm.ee:

Source: Some work i did on Hyena (by Lars D. Corneliussen - ArtStation)

Description

I want to express my sincere gratitude to Creative Assembly for the opportunity to work on the Hyenas project. Under the guidance of Jude Bond and led by Bradley Wright, it was an enriching experience.
Though the project was canceled, and we will never be able to share a majority of the work we did, the memories and camaraderie with the team will always be cherished. It was a highlight of my professional career, and I genuinely enjoyed every moment.
I look forward to the possibility of returning to Creative Assembly in the future. Thank you for the opportunity and the invaluable experiences.

ArtStation profile: https://www.artstation.com/larscorneliussen
RSS Feed: https://larscorneliussen.artstation.com/rss

view more: next ›