SmokeInFog

joined 1 year ago
MODERATOR OF
[–] [email protected] 1 points 1 week ago* (last edited 1 week ago)

Is that you, Rowan, manager of TechTown?

[–] [email protected] 5 points 1 week ago

No. It's not like businesses that are open 7 days a week require all of their employees to work every one of those days

[–] [email protected] 9 points 1 week ago (3 children)

I've found it precisely the opposite: Monday is like a Thursday (so experientially two Thursdays and two Fridays) with a free day to schedule doctor's appointments, car fixes, and all the other little things you'd normally have to take PTO for but now do not

[–] [email protected] 26 points 2 weeks ago* (last edited 2 weeks ago) (6 children)

Why are you interpreting this as a power grab?

[–] [email protected] 2 points 2 weeks ago (1 children)

I like ulauncher. That's what I use on my main machine that runs Mint. It's not Mint or Cinnamon specific but it doesn't need to be

 

Changelog: https://sw.kovidgoyal.net/kitty/changelog/#detailed-list-of-changes*

0.36.4 [2024-09-27]

  • Fix a regression in the previous release that caused window padding to be rendered opaque even when background_opacity is less than 1 (#7895)
  • Wayland GNOME: Fix a crash when using multiple monitors with different scales and starting on or moving to the monitor with lower scale (#7894)
  • macOS: Fix a regression in the previous release that caused junk to be rendered in font previews in the choose fonts kitten and crash on Intel macs (#7892)
 

Changelog: https://sw.kovidgoyal.net/kitty/changelog/#detailed-list-of-changes

0.36.3 [2024-09-25]

  • The option second_transparent_bg has been removed and replaced by transparent_background_colors which allows setting up to seven additional colors that will be transparent, with individual opacities per color (#7646)
  • Fix a regression in the previous release that broke use of the cd command in session files (#7829)
  • macOS: Fix shortcuts that become entries in the global menubar being reported as removed shortcuts in the debug output
  • macOS: Fix macos_option_as_alt not working when caps lock is engaged (#7836)
  • Fix a regression when tinting of background images was introduced that caused window borders to have background_opacity applied to them (#7850)
  • Fix a regression that broke writing to the clipboard using the OSC 5522 protocol (#7858)
  • macOS: Fix a regression in the previous release that caused kitty to fail to run after an unclean shutdown/crash when using --single-instance (#7846)
  • kitten @ ls: Fix the --self flag not working (#7864)
  • Remote control: Fix --match state:self not working (#7886)
  • Splits layout: Allow setting the split_axis option to auto so that all new windows have their split axis chosen automatically unless explicitly specified in the launch command (#7887)
 

Changelog: https://sw.kovidgoyal.net/kitty/changelog/#detailed-list-of-changes

0.36.2 [2024-09-06]

  • Linux: Fix a regression in 0.36.0 that caused font features defined via fontconfig to be ignored (#7773)
  • goto_tab: Allow numbers less than -1 to go to the Nth previously active tab
  • Wayland: Fix for upcoming explicit sync changes in Wayland compositors breaking kitty (#7767)
  • Remote control: When listening on a UNIX domain socket only allow connections from processes having the same user id (#7777)
  • kitten @: Fix a regression connecting to TCP sockets using plain IP addresses rather than hostnames (#7794)
  • diff kitten: Fix a regression that broke diffing against remote files (#7797)
1
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
 

Changelog: https://sw.kovidgoyal.net/kitty/changelog/#detailed-list-of-changes

0.36.1 [2024-08-17]

  • Allow specifying that the cursor shape for unfocused windows should remain unchanged (#7728)
  • MacOS Intel: Fix a crash in the choose-fonts kitten when displaying previews of variable fonts (#7734)
  • Remote control: Fix a regression causing an escape code to leak when using @ launch with --no-response over the TTY (#7752)
  • OSC 52: Fix a regression in the previous release that broke handling of invalid base64 encoded data in OSC 52 requests (#7757)
  • macOS: Fix a regression in the previous release that caused kitty --single-instance to not work when using macos-launch-services-cmdline
1
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]
 

Changelog: https://sw.kovidgoyal.net/kitty/changelog/#detailed-list-of-changes

0.36.0 [2024-08-17]

  • Support OpenType Variable fonts (#3711)
  • A new choose-fonts kitten that provides a UI with font previews to ease selection of fonts. Also has support for font features and variable fonts
  • Allow animating the blinking of the cursor. See cursor_blink_interval for how to configure it
  • Add NERD fonts builtin so that users don’t have to install them to use NERD symbols in kitty. The builtin font is used only if the symbols are not available in some system font
  • launch command: A new launch --bias option to adjust the size of newly created windows declaratively (#7634)
  • A new option second_transparent_bg to make a second background color semi-transparent via background_opacity. Useful for things like cursor line highlight in editors (#7646)
  • A new notify kitten to show desktop notifications from the command line with support for icons, buttons and more.
  • Desktop notifications protocol: Add support for icons, buttons, closing of notifications, expiry of notifications, updating of notifications and querying if the terminal emulator supports the protocol (#7657, #7658, #7659)
  • A new option filter_notification to filter out or perform arbitrary actions on desktop notifications based on sophisticated criteria (#7670)
  • A new protocol to allow terminal applications to change colors in the terminal more robustly than with the legacy XTerm protocol (Setting and querying colors)
  • Sessions: A new command focus_matching_window to shift focus to a specific window, useful when creating complex layouts with splits (#7635)
  • Speed up loading of large background images by caching the decoded image data. Also allow using images in JPEG/WEBP/TIFF/GIF/BMP formats in addition to PNG
  • Wayland: Allow fractional scales less than one (#7549)
  • Wayland: Fix specifying the output name for the panel kitten not working (#7573)
  • icat kitten: Add an option kitty +kitten icat --no-trailing-newline to leave the cursor to the right of the image (#7574)
  • Speed up kitty --version and kitty --single-instance (for all subsequent instances). They are now the fastest of all terminal emulators with similar functionality
  • macOS: Fix rendering of the unicode hyphen (U+2010) character when using a font that does not include a glyph for it (#7525)
  • macOS 15: Handle Fn modifier when detecting global shortcuts (#7582)
  • Dispatch any clicks waiting for click_interval on key events (#7601)
  • kitten run-shell: Automatically add the directory containing the kitten binary to PATH if needed. Controlled via the --inject-self-onto-path option ~~(disc:7668`)~~ (#7668)
  • Wayland: Fix an issue with mouse selections not being stopped when there are multiple OS windows (#7381)
  • Splits layout: Fix the move_to_screen_edge action breaking when only a single window is present (#7621)
  • Add support for in-band window resize notifications (#7642)
  • Allow controlling the easing curves used for visual_bell_duration
  • New special rendering for font symbols useful in drawing commit graphs (#7681)
  • diff kitten: Add bindings to jump to next and previous file (#7683)
  • Wayland GNOME: Fix the font size in the OS Window title bar changing with the size of the text in the window (#7677)
  • Wayland GNOME: Fix a small rendering artifact when docking a window at a screen edge or maximizing it (#7701)
  • When shell is set to . respect the SHELL environment variable in the environment in which kitty is launched (#7714)
  • macOS: Bump the minimum required macOS version to Catalina released five years ago.
  • Fix a regression in notify_on_cmd_finish that caused notifications to appear for every command after the first (#7725)
[–] [email protected] 11 points 2 months ago* (last edited 2 months ago) (1 children)

here's an actual article about it instead of just a random picture and text

[–] [email protected] 14 points 2 months ago* (last edited 2 months ago)

Shareholders are invested by their money only. If they can sue and win while also selling off their shares they're going to do it.

[–] [email protected] 8 points 2 months ago* (last edited 2 months ago) (2 children)

If you're getting that granular then you must've had to record the data somewhere. Did I miss where the OP is sharing their data set?

[–] [email protected] 16 points 2 months ago

“Listen, the guy had cancer. He probably would’ve died anyway even if I hadn’t thrown him into a hot closet that only I had the ability to open and close.”

~ Conservative morons, probably (this time in Texas)

OR:

If someone with covid dies from heatstroke in a Texas prison, do the mouth-breathing idiots running Texas corrections say they died from nothing?

[–] [email protected] 3 points 2 months ago (2 children)

Huh, confusing last year for a decade ago is unusual

[–] [email protected] 6 points 2 months ago (4 children)

They don't despawn. Also, enemies are not simulated when you're past a certain distance away from them (not very far at all considering how big the map is) so even if you wait it out a few in-game days it'll be right where it was if you try to portal back in

 

Their ongoing interaction was set in motion between 25 and 75 million years ago, when the Penguin (individually catalogued as NGC 2936) and the Egg (NGC 2937) completed their first pass. They will go on to shimmy and sway, completing several additional loops before merging into a single galaxy hundreds of millions of years from now.

The James Webb Space Telescope takes constant observations, including images and highly detailed data known as spectra. Its operations have led to a ‘parade’ of discoveries by astronomers around the world. It has never felt more possible to explore every facet of the Universe.

The telescope’s specialisation in capturing infrared light – which is beyond what our own eyes can detect – shows these galaxies, collectively known as Arp 142, locked in a slow cosmic dance. Webb’s observations (which combine near- and mid-infrared light from Webb’s NIRCam [Near-InfraRed Camera] and MIRI [Mid-Infrared Instrument], respectively) clearly show that they are joined by a blue haze that is a mix of stars and gas, a result of their mingling.

. . .

And here's a followup video on the James Webb Space Telescope YouTube channel: A Tour of Arp 142

 

Changelog: https://sw.kovidgoyal.net/kitty/changelog/#detailed-list-of-changes

0.35.2 [2024-06-22]

  • A new option, window_logo_scale to specify how window logos are scaled with respect to the size of the window containing the logo (#7534)
  • A new option, cursor_shape_unfocused to specify the shape of the text cursor in unfocused OS windows (#7544)
  • Remote control: Fix empty password not working (#7538)
  • Wayland: Fix regression in 0.34.0 causing flickering on window resize on NVIDIA drivers (#7493)
  • Wayland labwc: Fix kitty timing out waiting for compositor to quit fucking around with scales on labwc (#7540)
  • Fix scrollback_indicator_opacity not actually controlling the opacity (#7557)
  • URL detection: Fix IPv6 hostnames breaking URL detection (#7565)
5
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]
 

From today's Development Blog update:

. . .

And just as exciting is the announcement of our very own Valheim board game! Our friends at MOOD Publishing – who have also developed board games such as Deep Rock Galactic and Battle of Gods – have done an incredible job with this, and we really couldn’t have left the task in more capable hands. You can find out more about the board game by signing up to its Gamefound page, and there might even be something extra in it for you if you do…

. . .

 

High-temperature fusion plasma experiments conducted in the Large Helical Device (LHD) of the National Institute for Fusion Science (NIFS), have renewed the world record for an acquired data amount, 0.92 terabytes (TB) per experiment, in February 2022, by using a full range of state-of-the-art plasma diagnostic devices.

The International Thermonuclear Experimental Reactor (ITER), which is currently under construction in France through the international collaboration of seven parties, is expected to generate approximately 1 TB of data per experiment in 10 years, and LHD is currently the only experiment in the world that produces data closely aligned to ITER.

The promotion of "Open Science," in which large-scale research data assets are utilized and shared across society, was adopted as a joint statement at the G7 meeting held in Sendai, Japan in 2023. NIFS started full-fledged efforts toward Open Science by establishing the "Open Access Policy" in February 2022 and the "Research Data Policy" in October 2022.

Since 2023, all the data obtained from LHD experiments are open to the public immediately after acquisition and analysis is completed. All computing program source codes for data analysis are also openly available.

. . .

 

cross-posted from: https://midwest.social/post/13128061

archive link: https://archive.ph/JlyLf

SEATTLE (AP) — William Anders, the former Apollo 8 astronaut who took the iconic “Earthrise” photo showing the planet as a shadowed blue marble from space in 1968, was killed Friday when the plane he was piloting alone plummeted into the waters off the San Juan Islands in Washington state. He was 90.

His son, retired Air Force Lt. Col. Greg Anders, confirmed the death to The Associated Press. “The family is devastated,” he said. “He was a great pilot and we will miss him terribly.” William Anders, a retired major general, has said the photo was his most significant contribution to the space program along with making sure the Apollo 8 command module and service module worked.

The photograph, the first color image of Earth from space, is one of the most important photos in modern history for the way it changed how humans viewed the planet. The photo is credited with sparking the global environmental movement for showing how delicate and isolated Earth appeared from space.

NASA Administrator and former Sen. Bill Nelson said Anders embodied the lessons and the purpose of exploration.

“He traveled to the threshold of the Moon and helped all of us see something else: ourselves,” Nelson wrote on the social platform X.

. . .

 

archive link: https://archive.ph/JlyLf

SEATTLE (AP) — William Anders, the former Apollo 8 astronaut who took the iconic “Earthrise” photo showing the planet as a shadowed blue marble from space in 1968, was killed Friday when the plane he was piloting alone plummeted into the waters off the San Juan Islands in Washington state. He was 90.

His son, retired Air Force Lt. Col. Greg Anders, confirmed the death to The Associated Press. “The family is devastated,” he said. “He was a great pilot and we will miss him terribly.” William Anders, a retired major general, has said the photo was his most significant contribution to the space program along with making sure the Apollo 8 command module and service module worked.

The photograph, the first color image of Earth from space, is one of the most important photos in modern history for the way it changed how humans viewed the planet. The photo is credited with sparking the global environmental movement for showing how delicate and isolated Earth appeared from space.

NASA Administrator and former Sen. Bill Nelson said Anders embodied the lessons and the purpose of exploration.

“He traveled to the threshold of the Moon and helped all of us see something else: ourselves,” Nelson wrote on the social platform X.

. . .

 

Changelog: https://sw.kovidgoyal.net/kitty/changelog/

0.35.1 [2024-05-31]

  • Wayland: Fix a regression in 0.34 that caused the tab bar to not render in second and subsequent OS Windows under Hyprland (#7413)
  • Fix a regression in the previous release that caused horizontal scrolling via touchpad in fullscreen applications to be reversed on non-Wayland platforms (#7475, #7481)
  • Fix a regression in the previous release causing an error when setting background_opacity to zero (#7483)
  • Image display: Fix cursor movement and image hit region incorrect for image placements that specify only a number of rows or columns to display in (#7479)
view more: next ›