ericjmorey

joined 1 year ago
[–] ericjmorey@beehaw.org 4 points 2 days ago

In line with theoretical expectations, we have identified pricing as a particularly effective policy in those sectors dominated by profit-maximizing firms

It amazing how har thes companies fight against the things are the most effective (taxes).

[–] ericjmorey@beehaw.org 10 points 2 days ago* (last edited 2 days ago)

Beehaw uses Open Collective Europe Foundation (OCEF) as a fiscal host.

OCEF charges an 8% Host Fee on Revenue

OCEF uses the Open Collective Platform for the various functions and services it provides (like payment processing and accounting tools)

The Open Collective Platform charges a 15% Revenue Share for Fiscal Hosts that collect donations through the platform.

Any tip given to the platform does not go to Beehaw at all.

All of the above is in addition to payment processing fees charged by Stripe.

[–] ericjmorey@beehaw.org 5 points 2 days ago (1 children)

It's nice to see that others get it. Unfortunately, neither of us have any immediate influence on the largest social media platforms.

[–] ericjmorey@beehaw.org 22 points 3 days ago* (last edited 3 days ago) (8 children)

This is presented in a confusing way to me. But I see after reading it twice that monthly recurring contributions are $80.82 per month (I'm assuming this is after fees that OCEF charges).

You have set a rough target of increasing that monthly recurring contributions amount to about $185 so that one off contributions aren't being relied upon to meet monthly expenses.

This seems like a very reasonable ask and very attainable.

I'm copying a monthly donation link here for people that don't want to scroll back up:

https://opencollective.com/beehaw-collective/donate?interval=month

[–] ericjmorey@beehaw.org 3 points 2 weeks ago

New Jersey has a law like that for gas. Can only increase the price one time per day. But ut doesn't apply to all gass stations, just ones on the highway rest areas.

[–] ericjmorey@beehaw.org 2 points 2 weeks ago* (last edited 2 weeks ago)

You made a good point and I immediately thought that reporting a gross profit dollar amount as an example of how profit margins are not slim as simply inappropriate. And I would have responded myself if you hadn't. There's no single dollar figure that can inform anyone about anything useful about the profit margin of a business. A number without context is useless.

[–] ericjmorey@beehaw.org 1 points 2 weeks ago

I don’t see how that thought process is exclusive to people who are or consider themselves to be smart.

They aren't saying that this is exclusive to people who consider themselves smart. They're saying that they're more likely to fall for the trap by engaging with the assumption of not being susceptible to being tricked. Although I think the author does conflate smart people with people who think of themselves as smart inappropriately.

[–] ericjmorey@beehaw.org 4 points 2 weeks ago

AT&T simply had the laws protect them from competition for 105 years.

[–] ericjmorey@beehaw.org 1 points 2 weeks ago

Cool beans!

See you on Monday!

[–] ericjmorey@beehaw.org 1 points 3 weeks ago (2 children)

How often do you repost this question. Seems like the intent is weekly but it's been 18 days.

[–] ericjmorey@beehaw.org 3 points 3 weeks ago

I hope no matter your situation that you find a way to avoid heroin or any other addiction to cope with your troubles.

[–] ericjmorey@beehaw.org 3 points 3 weeks ago

Residential home construction and renovation has always been a magnet for fraud. Take at least the the same level of precaution for solar installations.

 

U.S. Senator Patty Murray (D-WA), Chair of the Senate Appropriations Committee, released text of the Senate’s bipartisan national security supplemental package and issued the following statement:

“As Ukraine runs low on ammunition to fend off Putin’s brutal invasion, it is imperative we finally extend our support. We must also live up to our commitments to our allies around the globe and quickly get more aid to innocent civilians caught in conflict, including in Gaza, where the humanitarian crisis is especially dire. I never believed we should link policy demands to emergency aid for our allies, but Republicans insisted—so Democrats negotiated in good faith over many weeks and now there is a bipartisan deal on border policy legislation. Ukraine’s fate and so much more hangs in the balance—it’s time for Congress to act.”

Summary and full text of the bill are provided within the press release.

 

cross-posted from: https://programming.dev/post/6470590

This looks like a great starting point for people with little to no experience with programming to learn to program using Python.

Everything taught by futurecoder.io can be used locally on your own computer. But futurecoder.io doesn't show you how to install Python on your machine but you can fill in that gap with the information provided @ https://wiki.python.org/moin/BeginnersGuide/Download

Other resources are provided on the python.org Beginners Guide if needed.

 

OpenELA is a non-profit trade association of open source Enterprise Linux distribution developers.

There are many Linux Distributions that are perfectly suitable for enterprise use cases and environments. For the purpose of this charter and project, OpenELA recognizes “Enterprise Linux” (EL) as 1:1 and bug-for-bug source code compatibility which today is aligned to RHEL and CentOS.

OpenELA's mission is to provide a secure, transparent, and reliable Enterprise Linux source that is globally available to all as a buildable base.

OpenELA is a collaboration created and upheld by CIQ, Oracle, and SUSE.

Read the recent article on the formation of OpenELA by Richard Speed at The Register

ParanoidFactoid may be interested in this development.

 

I'd also like a larger character limit.

 

cross-posted from: https://lemmy.ml/post/1465740

What is Lemmy?

Lemmy is a self-hosted social link aggregation and discussion platform. It is completely free and open, and not controlled by any company. This means that there is no advertising, tracking, or secret algorithms. Content is organized into communities, so it is easy to subscribe to topics that you are interested in, and ignore others. Voting is used to bring the most interesting items to the top.

Major Changes

HTTP API instead of Websocket

Until now Lemmy-UI used websocket for all API requests. This has many disadvantages, like making the code harder to maintain, and causing live updates to the site which many users dislike. Most importantly, it requires keeping a connection open between server and client at all times, which causes increased load and makes scaling difficult. That's why we decided to rip out websocket entirely, and switch to HTTP instead. This change was made much more urgent by the sudden influx of new users. @CannotSleep420 and @dessalines have been working hard for the past weeks to implement this change in lemmy-ui.

HTTP on its own is already more lightweight than websocket. Additionally it also allows for caching of server responses which can decrease load on the database. Here is an experimental nginx config which enables response caching. Note that Lemmy doesn't send any cache-control headers yet, so there is a chance that private data gets cached and served to other users. Test carefully and use at your own risk.

Two-Factor Authentication

New support for two-factor authentication. Use an app like andOTP or Authenticator Pro to store a secret for your account. This secret needs to be entered every time you login. It ensures that an attacker can't access your account with the password alone.

Custom Emojis

Instance admins can add different images as emojis which can be referenced by users when posting.

Other changes

Progressive Web App

Lemmy's web client can now be installed on browsers that support PWAs, both on desktop and mobile. It will use an instance's icon and name for the app if they are set, making it look like a given instance is an app.

Note for desktop Firefox users: the desktop version of Firefox does not have built in support for PWAs. If you would like to use a Lemmy instance as a PWA, use use this extension.

Error Pages

Lemmy's web client now has error pages that include resources to use if the problem persists. This should be much less jarring for users than displaying a white screen with the text "404 error message here".

Route Changes

Pages that took arguments in the route now take query parameters instead. For example, a link to lemmy.ml's home page with a few options used to look like this:

https://lemmy.ml/home/data_type/Post/listing_type/All/sort/Active/page/1

The new route would look like this:

https://lemmy.ml?listingType=All

Note that you now only have to specify parameters you want instead of all of them.

Searchable select redesign

The searchable selects, such as those used on the search page, have a new look and feel. No more inexplicable green selects when using the lightly themes!

Share button

Posts on the web client now have a share button on supported browsers. This can be used to share posts to other applications quickly and easily.

Lemmy-UI Overall look and feel

lemmy-ui is now upgraded to bootstrap 5, and every component is now much cleaner.

Special thanks to sleepless, alectrocute, jsit, and many others for their great work on improving and re-organizing lemmy-ui.

Database optimizations

Special thanks to johanndt, for suggesting improvements to Lemmy's database queries. Some of these suggestions have already been implemented, and more are on the way.

Query speed is Lemmy's main performance bottleneck, so we really appreciate any help database experts can provide.

Captchas

Captchas are not available in this version, as they need to be reimplemented in a different way. They will be back in 0.18.1, so wait with upgrading if you rely on them.

Upgrade instructions

Follow the upgrade instructions for ansible or docker.

If you need help with the upgrade, you can ask in our support forum or on the Matrix Chat.

Support development

We (@dessalines and @nutomic) have been working full-time on Lemmy for almost three years. This is largely thanks to support from NLnet foundation.

If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider donating to support its development. No one likes recurring donations, but they've proven to be the only way that open-source software like Lemmy can stay independent and alive.

 

cross-posted from: https://kbin.social/m/kbinMeta/t/73564

In table format with FOSS status, platform, and OS for your viewing pleasure:

FOSS Name Platform OS Stage Source Code Info
YES Memmy Lemmy Android, iOS Android Release (Pending Play Store Approval) Github memmy@lemmy.ml
YES Morpha Lemmy Android, iOS Under Development Gitlab morpha@vlemmy.net
YES Thunder Lemmy Android, iOS Alpha Release Github thunder_app@lemmy.world
YES Mlem Lemmy iOS Submitted for App Store Review (July 1) Github mlemapp@lemmy.ml
YES Jerboa Lemmy Android Released Github jerboa@lemmy.ml
TBD Artemis Kbin, Lemmy Android, iOS Private Beta (Starts End of June) Unreleased ArtemisApp@kbin.social
TBD Limbo Lemmy iOS TestFlight Beta Unreleased limbo@lemmy.world
YES Beyond Lemmy Android, iOS Under Development Unreleased original Beehaw post
NO Sync Lemmy Android Research N/A syncforlemmy@lemmy.world
YES Slide Lemmy Android Under Development (More information coming) N/A original Lemmy post
YES Lemmynade Lemmy Android Under Development N/A original Lemmy post
  • TBA kbin app from @developerjustin (iOS, kbin Only, in development) - I've had a chat with the dev of this as-yet-unnamed app, but it's not ready for testing yet.

Important note from frasassi@kbin.social

Am super open to any apps, code repos, communities, or info I'm missing as well as updates.

 

More up to date and more detailed information at: https://beehaw.org/post/683217

cross-posted from: https://kbin.social/m/kbinMeta/t/71764

The amount of apps being developed for iOS / Android is getting really crazy now and new apps keep popping up every day. Updated list below:

  • Artemis (iOS, Android, kbin, lemmy): link
  • Memmy (iOS, lemmy): link
  • Mlem (iOS, lemmy): link
  • Morpha (iOS, lemmy): link
  • Thunder (iOS, Android, lemmy): link
  • Beyond (iOS, Android, lemmy): link
  • Limbo (iOS, Android, lemmy): link
  • Jerboa (Android, lemmy): link
  • Slide (Android, lemmy): link
  • Sync (Android, lemmy): link
  • Unnamed (kbin): link

Most apps on the list are lemmy apps, meaning they don't work with kbin. Artemis is specifically designed to work with kbin, not sure if or when any of the other ones will go in that direction or become interoperable as there are some challenges with the kbin API at the moment. Having said that, a new API is in the works (https://codeberg.org/Kbin/kbin-core/pulls/357) so things should get better with time. Some of the apps are in very early stage of development so it may happen that they adjust OS availability and platform support.

See info in table format with more details:
https://beehaw.org/post/697419

 

They're planning to fill the underpass to support some temporary narrow center lanes. Then they'll build the outer lanes proper before digging out the underpass and completing the inner lanes proper.

 

Recent indicators suggest that economic activity has continued to expand at a modest pace. Job gains have been robust in recent months, and the unemployment rate has remained low. Inflation remains elevated.

The U.S. banking system is sound and resilient. Tighter credit conditions for households and businesses are likely to weigh on economic activity, hiring, and inflation. The extent of these effects remains uncertain. The Committee remains highly attentive to inflation risks.

The Committee seeks to achieve maximum employment and inflation at the rate of 2 percent over the longer run. In support of these goals, the Committee decided to maintain the target range for the federal funds rate at 5 to 5-1/4 percent. Holding the target range steady at this meeting allows the Committee to assess additional information and its implications for monetary policy. In determining the extent of additional policy firming that may be appropriate to return inflation to 2 percent over time, the Committee will take into account the cumulative tightening of monetary policy, the lags with which monetary policy affects economic activity and inflation, and economic and financial developments. In addition, the Committee will continue reducing its holdings of Treasury securities and agency debt and agency mortgage-backed securities, as described in its previously announced plans. The Committee is strongly committed to returning inflation to its 2 percent objective.

In assessing the appropriate stance of monetary policy, the Committee will continue to monitor the implications of incoming information for the economic outlook. The Committee would be prepared to adjust the stance of monetary policy as appropriate if risks emerge that could impede the attainment of the Committee's goals. The Committee's assessments will take into account a wide range of information, including readings on labor market conditions, inflation pressures and inflation expectations, and financial and international developments.

Voting for the monetary policy action were Jerome H. Powell, Chair; John C. Williams, Vice Chair; Michael S. Barr; Michelle W. Bowman; Lisa D. Cook; Austan D. Goolsbee; Patrick Harker; Philip N. Jefferson; Neel Kashkari; Lorie K. Logan; and Christopher J. Waller.

Implementation Note issued June 14, 2023

view more: next ›