nnz, to random
@nnz@mastodon.social avatar

My first post: https://app.heymaven.com/discover/60196

Maven added the title "AI can't completely solve social media's problems" all by itself. I would have left out the word "completely".

Maven also asked me to be more specific.

AkaSci, (edited ) to random
@AkaSci@fosstodon.org avatar

Remember the X8.7 solar flare on May 14, as sunspot region 3664 was rotating away from earth?

The from that flare reached Mars on May 19. Mars rover Curiosity took some nighttime images of the Martian sky hoping to catch an .

lacks a global magnetic field, hence Martian aurorae are not concentrated at the poles, but instead appear as a “global diffuse aurora” associated with Mars’ ancient, magnetized crust.

Not clear if Curiosity succeeded.

https://science.nasa.gov/blogs/sols-4188-4190-aurora-watch-on-mars/
1/n

AkaSci, (edited )
@AkaSci@fosstodon.org avatar

Here are some images of Martian aurora taken by Mars orbiter .

"Under favorable solar wind conditions, discrete auroral events occur most evenings and may last for hours. MAVEN’s observations show that discrete auroras occur at an altitude of ~130 km in the atmosphere, where energetic charged particles cause CO, CO2+, N2, and atomic oxygen to glow."

The NASA Mars Atmosphere and Volatile Evolution mission has been studying Mars' atmosphere since Sept 21, 2014.

https://lasp.colorado.edu/maven/2021/10/26/maven-spots-recurring-discrete-aurora-on-mars-likely-visible-to-future-astronauts/
2/n

stefan, to news
@stefan@stefanbohacek.online avatar

"I quit all social media about three years ago because of the hostility, disinformation, brain rot, and advertising."

"They say they haven’t settled on a business model yet, but it could involve ads based on people’s declared interests."

Hm. Good luck!

https://www.wired.com/story/maven-social-network-that-eliminates-followers-and-stress/

snafu, to javascript
@snafu@digitalcourage.social avatar

Why is the whole / dependency management system such a mess? Cryptic warnings all over the place, non-deterministic behavior, n different module systems and dependency management tools - crazy.

With and e.g. I never have any of these problems. It's also complex, sure, but in general it works really rock solid for me.

sebsauvage, to python French
@sebsauvage@framapiaf.org avatar


Je crois qu'on peut dire que la gestion des packages sous Python c'est devenu un immonde bordel.
https://alpopkes.com/posts/python/packaging_tools/

motofix,
@motofix@mamot.fr avatar
trisha_gee, to Java
@trisha_gee@jvm.social avatar

I put together productivity tips for using some of my favourite tools in this video. Which of these do you already use everyday? Did you learn something new?

https://youtu.be/dX6d2vHBdzo

kerfuffle, to random
@kerfuffle@mastodon.online avatar

After 3,5 years of working with I'm back with and one thing I'm enjoying is the uniformity of how to configure Maven. With Gradle, it seems there are several ways of doing the same thing, and they don't all work when combined.

ross, to random
@ross@rossabaker.com avatar

A deeper dive than anybody wanted into Semantic Versioning, how its ordering conflicts with standard practice, and how to unify spec and practice. Includes examples for SBT (Coursier and Ivy) and Maven.

https://rossabaker.com/blog/version-number-ordering/

mrhaki, to Java
@mrhaki@mastodon.online avatar

New post JDriven blog: Gradle Goodness: Using Maven Toolchains Configuration For Gradle Java Toolchain Resolution https://blog.jdriven.com/2024/02/Gradle-Goodness-Using-Maven-Toolchains-Configuration-For-Gradle-Java-Toolchain-Resolution/

rotnroll666, to random
@rotnroll666@mastodon.social avatar

This is a hill I would be willing to die on: The majority of issues in a build happen in combination with . It's the worst, but sadly, sometimes inevitable.

maartenballiauw, to node
@maartenballiauw@mastodon.online avatar

Everyone: "Hahaha, downloads the entire Internet!"

: "Hold my beer."

65dBnoise, to space
@65dBnoise@mastodon.social avatar

How would it feel to be on Mars with a magnetosphere 3 or more times larger than usual?

's lived an extraordinary event when solar wind dropped to nearly zero and allowed the Martian magnetosphere to expand.

Read more (and watch a video about it) here: https://mars.nasa.gov/news/9519/nasas-maven-observes-the-disappearing-solar-wind/

vatbub, to random

At a job interview, I was asked why I prefer @ASFMavenProject over @Gradle and here's another example: I am facing a minor issue with https://github.com/detekt/detekt . Nothing big, in fact, fixing the issue is a matter of 10 lines of code. Nevertheless, it's a show-stopper for me, so, I can't wait for my PR to be merged. So, what do I do? I clone the repo onto our private GitLab, change the group-id and publish a patched version of detekt into our internal maven repo.

vatbub,

@ASFMavenProject @Gradle
Easy with , not so much with : Because Gradle allows for so much customization, the build is very hard to understand for anyone not familiar with the project. In this case, changing the group-id (which should only be used during publishing the artifacts) also broke some tests for whatever reason. And even though I did a project-wide search and replace, I was unable to find that broken dependency.

ljrk, to Java
@ljrk@todon.eu avatar

Broke: Using i/o or because it's functional and that's better!

Woke: Using Clojure because is just the better build system and , and suck.

kerfuffle, (edited ) to Kotlin
@kerfuffle@mastodon.online avatar

Planning a new article on , , , , . Probably , although I'm more and more interested in rediscovering . Maybe to include some OHS/ACL ( Context Mapping), but maybe this is already a lot to combine just for an exploration.

evanchooly, to random

I made an almost certainly silly thing. It's a plugin to support building modules in an otherwise maven project. Crazy? Maybe but it scratches an itch of mine. :)

https://github.com/evanchooly/graven

frankel, to Java
@frankel@mastodon.top avatar

In this post, I’d like to shed some light on my stance regarding , so I can direct people to it instead of debunking the same "reasoning" repeatedly.

https://blog.frankel.ch/final-take-gradle/

hrefna, to random
@hrefna@hachyderm.io avatar

Having now gone through some of the algorithms in the spec in a lot more detail and done more diagramming than is probably healthy, I think part of the problem I (and others) have here is that the @/context object is not (deliberately) typed.

Not as in "it doesn't represent the type," but rather "it has no type of its own to speak of."

It's series of processing directives and almost representing an internal, intermediate state in its own right for the data representation.

hrefna,
@hrefna@hachyderm.io avatar

The context is declarative as a set of directives, more like or than or .

The (frustrating) exception to this is how it has a linear-order precedence and the ability to unset things in later contexts, but that aside

If you think of it this way, then it isn't a type and you can't really load it as one productively per se, but it may be a series of typed statements (yes, that has a type, but so does a maven build file in that sense, here have a cookie)

ArneBab, to node German
@ArneBab@rollenspiel.social avatar

I stopped feeling bad about files (configure.ac Makefile.am m4/*) when I realized how much noise a new maven package throws on your disk.
The main difference is: for / / / / / ... these are autogenerated.

That’s why I started : https://hg.sr.ht/~arnebab/conf — auto-generation for autotools projects with conf new --lang <language>.

It needs more templates … contributions welcome!
(just send me a patch or a link to pull from)

jendrik, to Java

Maven Central and Gradle Plugin Portal should have never allowed to publish dependencies with not-fixed versions.

If you don't check your transitives carefully, something might sneak in. And you have non-reproducible builds. Which you only notice once something breaks.

Like here: https://github.com/google/guava/issues/6612#issuecomment-1618157335

mkwadee, to Astronomy
@mkwadee@mastodon.org.uk avatar
65dBnoise, (edited ) to space
@65dBnoise@mastodon.social avatar

's (Mars Atmosphere and Volatile EvolutioN) mission acquired stunning views of Mars in two ultraviolet images taken at different points along our neighboring planet’s orbit around the Sun.

MAVEN’s Imaging Ultraviolet Spectrograph (IUVS) instrument obtained these global views of Mars in 2022 and 2023 when the planet was near opposite ends of its elliptical orbit.

The IUVS instrument measures wavelengths between 110 and 340 nanometers.

https://mars.nasa.gov/news/9423/nasas-maven-spacecraft-stuns-with-ultraviolet-views-of-red-planet/

Freenet, to Java
@Freenet@floss.social avatar

Bombe’s Flog:¹

If you’re writing based software, make use of this awesome 20-year old technology and add the dependency to your software.

<dependency>
<groupId>org.freenetproject</groupId>
<artifactId>fred</artifactId>
<version>0.7.5.1497</version>
</dependency>

The repository lives at https://maven.pterodactylus.net/

¹: USK@e3myoFyp5avg6WYN16ImHri6J7Nj8980Fm~aQe4EX1U,QvbWT0ImE0TwLODTl7EoJx2NBnwDxTbLTE6zkB-eGPs,AQACAAE/bombe/126/103.html

astronomywriter, to Astronomy

NASA’s MAVEN Spacecraft Stuns with Ultraviolet Views of Red Planet

https://www.nasa.gov/feature/goddard/2023/nasa-s-maven-spacecraft-stuns-with-ultraviolet-views-of-red-planet

Search over 2,000 astronomy and space news releases at www.stars-n-stuff.com/news-stories

Image: NASA/LASP/CU Boulder

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • rosin
  • thenastyranch
  • ethstaker
  • osvaldo12
  • mdbf
  • DreamBathrooms
  • InstantRegret
  • magazineikmin
  • Youngstown
  • khanakhh
  • Durango
  • slotface
  • kavyap
  • provamag3
  • cubers
  • everett
  • cisconetworking
  • tacticalgear
  • ngwrru68w68
  • Leos
  • GTA5RPClips
  • normalnudes
  • modclub
  • tester
  • anitta
  • megavids
  • lostlight
  • All magazines