jwr1

joined 11 months ago
[–] jwr1@kbin.earth 1 points 3 months ago

Happy cake day :)

[–] jwr1@kbin.earth 1 points 3 months ago* (last edited 3 months ago)

How was your experience with the Starlite 5? I've been looking for a Linux tablet recently and came across this device. I'm just wondering how well it works compared to a normal tablet. I've heard it's underpowered compared to most tablets that price.

[–] jwr1@kbin.earth 2 points 4 months ago* (last edited 4 months ago) (1 children)

What kind of hits? I haven't heard anything.

In fact, they just released a video a month ago detailing some of the areas they're working on, including dart macros, their new impeller engine, performance updates for the web platform, and more.

[–] jwr1@kbin.earth 2 points 4 months ago (1 children)

lol, I hope not.

[–] jwr1@kbin.earth 4 points 4 months ago (6 children)

I think Flutter (made by Google) is pretty awesome.

[–] jwr1@kbin.earth 2 points 4 months ago (1 children)

One of them, r/startpages, I tried to start a community on kbin.social, but it really never caught on. Maybe I should have posted more, which might have encouraged others to post. It was actually pretty active on Reddit, with 20k subscribers, but once the API fiasco hit last year, they decided to close down the sub and move to kbin, which obviously didn't catch on, so the whole community died.

[–] jwr1@kbin.earth 1 points 4 months ago* (last edited 4 months ago) (3 children)

Honestly, I'd kind of like to create a niche community (or two) but wouldn't really know where to start. I still follow some smaller subs from Reddit, but I feel like there just wouldn't be any user engagement over here (if I tried to start one here), considering how small they are in the first place.

Anyway, I think it's amazing how fast you were able to grow !dataisbeautiful@mander.xyz in less than a week!

 

Copied from linked post:

I'm very happy to announce the release of htmx 2.0. This release ends support for Internet Explorer and tightens up some
defaults, but does not change most of the core functionality or the core API of the library.

Note that we are not marking 2.0 as latest in NPM
because we do not want to force-upgrade users who are relying on non-versioned CDN URLs for htmx. Instead, 1.x will
remain latest and the 2.0 line will remain next until Jan 1, 2025. The website, however, will reference 2.0.

Major Changes

  • All extensions have been moved out of the core repository to their own repo
    and website: https://extensions.htmx.org. They are now all versioned individually and can be developed outside of
    the normal (slow) htmx release cadence.

    • Most 1.x extensions will work with 2.x, however the SSE extension did have a break and must be upgraded.
    • The older extensions remain in the /dist/ext directory so as to not break the URLs of CDNs like unpkg, but please
      move to the new extension URLs going forward
  • We removed the deprecated hx-sse and hx-ws attributes in favor of the extensions, which were available and
    recommended in 1.x.

  • HTTP DELETE requests now use parameters, rather than form encoded bodies, for their payload (This is in accordance w/ the spec.)

  • We now provide specific files in /dist for the various JavaScript module styles:

    • ESM Modules: /dist/htmx.esm.js
    • AMD Modules: /dist/htmx.amd.js
    • CJS Modules: /dist/htmx.cjs.js
    • The /dist/htmx.js file continues to be browser-loadable
  • The hx-on attribute, with its special syntax, has been removed in favor of the less-hacky hx-on: syntax.

Minor Changes

  • We made some default changes:
    • htmx.config.scrollBehavior was changed to 'instant' from 'smooth'
    • As mentioned previously, DELETE requests now use query parameters, rather than a form-encoded body. This can
      be reverted by setting htmx.methodsThatUseUrlParams to the value ['get'],
    • htmx.config.selfRequestsOnly now defaults to true rather than false

Features

Not much, really:

  • The selectAndSwap() internal API method was replaced with the public (and much better) swap() method
  • Web Component support has been improved dramatically
  • And the biggest feature of this release: the website now supports dark mode! (Thanks @pokonski!)

A complete upgrade guide can be found here:

htmx 1.x -> 2.x Migration Guide

If you require IE compatibility, the 1.x will continue to be supported for the foreseeable future.

[–] jwr1@kbin.earth 8 points 5 months ago (1 children)

How do you update without any downtime? Is it because you have multiple servers running?

[–] jwr1@kbin.earth 1 points 6 months ago

Mbin does support microblogs. I believe there's a "Microblog" button in the navigation bar for desktop, and the same button found in the side drawer on mobile.

[–] jwr1@kbin.earth 0 points 6 months ago (1 children)

The migration to Mbin is complete! Let me know if you run into any issues.

[–] jwr1@kbin.earth 1 points 6 months ago

Sounds good! Migration probably won't happen today, but maybe tomorrow or the day after if we get lucky. Unfortunately, I ran into a problem while trying to set up Mbin due to one of the mbin/kbin dependencies suddenly disappearing out of the blue (see here).

[–] jwr1@kbin.earth 1 points 6 months ago (4 children)

No, we haven't migrated yet. I just decided to fix that first.

 

This post doesn't directly affect kbin.social users, but it is relevant. It discusses some of the potential pros/cons of Kbin and the pros/cons of Mbin, and also the direction the kbin.earth server is heading.

 

go1.22.2 (released 2024-04-03) includes a security fix to the net/http package, as well as bug fixes to the compiler, the go command, the linker, and the encoding/gob, go/types, net/http, and runtime/trace packages. See the Go 1.22.2 milestone on our issue tracker for details.

57
submitted 8 months ago* (last edited 8 months ago) by jwr1@kbin.earth to c/rust@programming.dev
 

Empowering everyone to build reliable and efficient software.

 

I don't have a lot to say this time, but here's the biggest Interstellar update we've had so far. This update includes almost full support for Lemmy (notification viewing, direct messages, and post creation don't work yet though), there's a new user/magazine mentions feature, user profile pages now let you view a user's comments and follows, and even more listed below. Additionally, Interstellar is now out on Google Play to the public. Here's the full list of new features and fixes that were included in this update:

New

  • General Lemmy support, including account login, feed view, voting, commenting, viewing communities, viewing user profiles, searching, and more. The main features not included in this release are viewing notifications, viewing/interacting with direct messages, and creating new posts. Thanks @jwr1 and @olorin99.
  • Support for editing your user profile, including the about and uploading a new profile avatar and banner; thanks @olorin99.
  • Huge improvements to the user screen, including being able to view a user's threads, microblogs, comments, replies, follows, and followers; thanks @olorin99.
  • A new user/magazine mention feature; if a user/magazine mention is detected in markdown, it tries to fetch the corresponding avatar and name and allows you to click to view the user/magazine page if available.
  • Support for blocking users, magazines, and domains.
  • Support for reporting posts and comments.
  • Show a copy button on the open link dialog.
  • Show an option for posts and comments to open them in a browser.
  • Add local filter to magazines explore.

Fixes

  • Add post/comment deletion confirmation.
  • Fix account list sorting to go by host, then the local name.
  • Fix the coloring for the subscribe button so it's easier to tell when you're subscribed or not.
  • Hide the error snack bar for several common errors, including render layout issues and image loading issues.
  • Fix empty search error from the search screen.

GitHub: github.com/jwr1/interstellar
Magazine: https://kbin.earth/m/interstellar
Matrix: #kbin-interstellar:matrix.org
Google Play: play.google.com/store/apps/details?id=one.jwr.interstellar


Just as a side note, those who have the app previously installed will need to re-signin into their accounts and might need to clear their app data if the app doesn't start up, as a few changes have been made with the way accounts are stored.

 

The KDE community proudly presents Plasma 6, Frameworks 6 and Gear 24.02

 

A Nintendo Direct: Partner Showcase is here! Watch now for info focused on Nintendo Switch games coming in the first half of 2024 from our publishing and dev...

 

Feedback lets users give feedback by annotating a screenshot of the current page and adding text, all directly within your app. Resources:Pub.dev → https://g...

 

Hello everyone,

It's already been more than a month since I started Interstellar, and it's far from perfect, but it's definitely very usable for someone who's just browsing around and voting or replying to random things, so I thought now's as good a time as ever to "officially" publish it.

I'm currently in the process of uploading Interstellar to the Google Play Store, but before it's considered "Production", I need to meet the following requirement: "you must run a closed test for your app with a minimum of 20 testers who have been opted-in for at least the last 14 days continuously". If any of ya'll would like to help test the app, please send the Google Play email address you'd like added to the test list through either a dm to jwr1 (on kbin.social or kbin.earth), a dm to jwr1@matrix.org on matrix, or email appstore@jwr.one.

I haven't done this before, but you might have to wait a few hours (or days) before anything shows up in your account once your added. If you do encounter any bugs please let me know on the GitHub page.

Thanks for the help; let me know if you have any questions.

view more: next ›