3

Taken from a YouTube channel called Not Just Bikes.

10
Photon theming is coming (lemmy.xylight.dev)
47
Pool tiles (backend.xylight.dev)
27

cross-posted from: https://lemmy.xylight.dev/post/269244

Photon v1.15.0 comes with Lemmy v0.19.0 support, and is backwards compatible with v0.18.0 instances.

  • feat: add v0.19.0 support

  • feat: add seasonal logo colors

    • I plan to add some colors on hover depending on the month. Since this month is spooky month, it's an orange to purple gradient!
  • design: make search buttons look much better

  • misc: fix some signup issues

Full Changelog: https://github.com/Xyphyn/photon/compare/v1.15.0...v1.15.1

29
submitted 11 months ago* (last edited 11 months ago) by Xylight@lemmy.xylight.dev to c/lemmyapps@lemmy.world

Photon has had a lot of progress made recently. From a new design system to becoming a drop in replacement, changes are made constantly.

This is not everything that has changed, but there's a lot.

To get updates quickly, join !photon@lemmy.xylight.dev

cross-posted from: https://lemmy.xylight.dev/post/245558

I've added the following:

  • password resets
  • verify email routes
  • option to change password when logged in
  • a warning message when your session expires

Photon can now be used as a default UI with (hopefully) no issue!

However, Photon cannot setup a new instance currently. This only works on instances that have already been setup with lemmy-ui, you can swap it out.

v1.15.0 will add a UI to do this.

instance admins, a docker image and setup instructions are available here. It is recommended you set the PUBLIC_SSR_ENABLED env var to true to let search engines crawl the site.

cross-posted from: https://lemmy.xylight.dev/post/237690

Lots of updates were pushed today, here's the changes since v1.10.3:

v1.12.0

  • feat: multiple removal reply presets
    • you can now have multiple presets for removal replies/messages.

v1.11.2

  • feat: add voting animations
  • misc: add warning toast when trying to vote while not logged in

v1.11.1

  • feat: add a route indicator in the top left

v1.11.0

cross-posted from: https://lemmy.xylight.dev/post/233948

Yet another view type has been added: cozy

It is essentially just the card view, but without a background. I quite like it.

  • feat: made images slightly more round
  • feat: add lemmy version to site card
  • upgrade: mono-ui: 0.3.3 -> 0.3.5
  • feat: copy community id to clipboard when clicked
  • feat: only show comment form when you click "create comment"

cross-posted from: https://lemmy.xylight.dev/post/203455

I've tweaked the colors for light theme quite a lot. I think they look nice. It means I can make the background of buttons white, giving a clear separation.

  • Tweak light theme colors
  • Overhaul community page
  • Add Inter font
    • I kept the default as System UI. You can enable Inter from the settings.
  • Upgrade to Mono v0.3.2

cross-posted from: https://lemmy.xylight.dev/post/176453

What's new:

  • feat: Add ability to manage federated instances
    • You can even upload a CSV!
  • feat: Add markdown to post titles
    • Since this is a rare occurrence i didn't turn the title input into a markdown editor.
  • feat: Use notification date instead of submission date for inbox
  • feat: Expand images on click
    • I've made this an option since some people might dislike it.

Other stuff I haven't mentioned from previous updates:

  • fix: Subscribed text being cut off
  • change some wording
  • Add a back button and reload comments button to post pages
  • Add error handling to RelativeDate

Thanks for all your support on Photon! I'm still working on localization.

[-] Xylight@lemmy.xylight.dev 73 points 11 months ago

It is not comfortable to hold a 46C metal object in your hand.

41

Alt textIn a video game, a massive ball is rolling towards the player on a bridge, so the player steps off of its trajectory. Shortly after passing the player, the ball abruptly stops. A second later, the ball starts rolling towards the player, knocking them off the bridge.

534
[satire] audio systems (backend.xylight.dev)

obviously lots of these "just work" for most people.

236

An image of a dried up mummified "alien", likely hoax.

Captioned with "3am thirst be like"

85
I'm sick of phones (lemmy.xylight.dev)
submitted 1 year ago* (last edited 1 year ago) by Xylight@lemmy.xylight.dev to c/rant@lemmy.sdf.org

With apple's recycled event, I've come to say I'm sick of phones.

Phones are already "perfected". They can call. Run apps.

We really need to focus on efficiency. E.g, lowering price, increasing battery life, improving software

But nooo. Add a bunch of extremely minor features with a 50% faster chip so you can watch ads at 1080p instead of 720p. I don't care! Give me a phone that'll last me 5 years and has a battery life that lasts a week. I don't need this crap every year. Why do we live in a situation where people think they need to buy a new phone yearly?!

I say a phone should get at minimum 5 years of software support.

0
[Flashing lights] cat (backend.xylight.dev)
submitted 1 year ago* (last edited 1 year ago) by Xylight@lemmy.xylight.dev to c/196@lemmy.blahaj.zone

Cat

7

What do the talking flowers think about the fire flower? Do they see it as you consuming their own kind? Is it considered not a sentient being?

[-] Xylight@lemmy.xylight.dev 63 points 1 year ago* (last edited 1 year ago)

Let's be honest, most of us think we're in the blue zone, when we are probably in the red zone

30
what is going on here (cdn.discordapp.com)
[-] Xylight@lemmy.xylight.dev 98 points 1 year ago

They make $1.4B per day. This is basically just a cheap subscription for them

[-] Xylight@lemmy.xylight.dev 65 points 1 year ago* (last edited 1 year ago)

You can contribute by making bug reports on apps, or donating to instances! Bug reports are much much more useful to devs than you'd think.

[-] Xylight@lemmy.xylight.dev 71 points 1 year ago

Ah yes. The best way to make Christ come back. Destroy the planet 👍

[-] Xylight@lemmy.xylight.dev 65 points 1 year ago

I feel like the public response will be slightly more negative this time.

[-] Xylight@lemmy.xylight.dev 59 points 1 year ago

I like the new logo, similar to the firefox logo

[-] Xylight@lemmy.xylight.dev 116 points 1 year ago* (last edited 1 year ago)

That is a stupid name

It'll be a nightmare to search

Gonna name my company "😃"

[-] Xylight@lemmy.xylight.dev 65 points 1 year ago
programs.librewolf = {
  enable = true;
  extensions = with pkgs.librewolf.extensions; [
    ublock-origin
    canvas-blocker
    wappalyzer
    user-agent-switcher
  ];
};

Declarative NixOS config. Copy this to your nixos config file to get my exact librewolf config.

[-] Xylight@lemmy.xylight.dev 124 points 1 year ago

Can confirm.

I use Xfinity since they have a monopoly on our area and we don't really have any other choice. It costs $70/month for 100mbps DOWNLOAD. and it's about 8mbps upload.

American ISPs are literally the devil

[-] Xylight@lemmy.xylight.dev 59 points 1 year ago

You know sometimes you click on a link and it says "404 not found?" 404 is an HTTP status code. basically when you click on a website your browser makes an "HTTP request" to that website to get the web page, and it'll respond with a code to tell the status. 2xx is ideal, since it means OK. 4xx means it's an error on your end. (404, you requested a nonexistent link.) 5xx means it's a server error.

This person made 418, a status code for "I'm a teapot". It was intended as an april fools joke but it's used sometimes for when the server doesn't want to handle a request from the client.

view more: next ›

Xylight

joined 1 year ago