Hello, I’m Juniperus, a Democratic Socialist from somewhere within the United States. Send me a PM if you would like to collaborate on open-source software for social development and the greater good.
Please read this post if you would like an introduction to my project.
Join the discussion on Matrix
- 3 Posts
- 17 Comments
Alright I like the way you think! Now perhaps let’s ahem apply that type of logic to companies? If we fix our corrupt companies they won’t be able to corrupt the government any more.
Juniperus@infosec.pubto
Technology@lemmy.world•Are you ready for what it takes to stop ghost guns? New laws in California and New York might stop anyone from 3D printing guns — and create entirely new kinds of surveillance.English
4·1 month agoPerhaps we should organize against those bottom-feeders?
Juniperus@infosec.pubto
Technology@lemmy.world•Are you ready for what it takes to stop ghost guns? New laws in California and New York might stop anyone from 3D printing guns — and create entirely new kinds of surveillance.English
7·1 month agoWhat’s to stop people from rooting the printer?
Techno robber barons pushing us toward ecological disaster? Why would anyone be afraid of that? /s
Although on a serious note, I don’t despair; I’m taking action, and I hope plenty of others are as well.
Juniperus@infosec.pubto
Technology@lemmy.world•SpaceX Stock Plunge Wipes Out $600 Billion After Cursor Deal Spooks InvestorsEnglish
4·2 months agoDilution should require a vote from owners.
Would it be helpful if that had been written into the company’s AoI and server software?
Juniperus@infosec.pubOPto
Programming@programming.dev•Contributors wanted for Open-Source Worker's Cooperative Management Software
1·2 months agoYeah I wouldn’t mind an experienced dev taking over the architecture, but I will proceed myself if that person doesn’t come along. If you were worried about it not being applicable outside the US, stuff like the eligible_1099 field could be converted into a “country_config” object or something like that. I’m already planning on supporting all currencies so it would make sense.
In terms of modularity, I’ll have to think about it some more. I’ll spend some time looking into those projects and consulting about it with the LLM today.
Now about that spreadsheet and reddit post. That’s not just something to consider, that’s a person to contact. I would love to see how their ideas have developed in the past 4 years. I’ll have to grab a burner today. Thank you!
Juniperus@infosec.pubOPto
Programming@programming.dev•Contributors wanted for Open-Source Worker's Cooperative Management Software
9·2 months agoTo the office, to fight the corpos!
Juniperus@infosec.pubOPto
Programming@programming.dev•Contributors wanted for Open-Source Worker's Cooperative Management Software
4·2 months agoWhy not use existing projects? A combination of my specific design requirements not existing anywhere else and my lack of software architecture experience. My background is in systems and organizational theory, and while I have experience in mathematics related programming, this is my first server architecture. So that being said, I’m certainly open to ideas as long as that doesn’t stop it from working right. I am planning on integrating different tools like messaging, and I’ll certainly use something like Continuwuity for that. It’s just that for the core database design it really needs to have a specific integrated schema, at least that’s my opinion. Like I said I’m open to ideas, my goal is to get the project done.
I’m not familiar with ERPNext but it looks interesting. As you pointed out this is US based, so it looks like I would have to take that into account as well.
In terms of sensitive information, the US does have laws about Personal Identifying Information, so the “Party” table has a corresponding “PartyPii” table with information that isn’t subject to audit and can be deleted. Home address, email, phone, etc. It is also stored encrypted, so while I’m sure I don’t have it all figured out yet, these things are on my radar.
In terms of MVP, I will certainly be testing out front-end funtionality as I build it. Start with a login page that accepts a default user and brings you to a dashboard page. Get the accounting going so you can make Journal Entries, etc. Prettymuch going by the “Core Design” section at the start of the README and testing in chunks. But in terms of actually seeing if it meets it’s intended function, unfortunately that comes down to an actual beta version I think. I will need to host it and invite people to participate with “points” instead of money.
Someone over on beehaw suggested Svelte for front-end mock-up so I’ve been playing around with the tutorial. It’s certainly neat. I should be able to get demo pages going without too much trouble, they just won’t look too special.
And yes, I have begun thinking about the day to day. I think non-management members need to have a pretty significant capability with just a mobile version of the pages, since not everyone has an actual computer. But either way I want the information to flow smoothly through the organization.
Thanks for your input!
Juniperus@infosec.pubto
World News@quokk.au•Exxon warns oil inventories will hit dangerously low levels in weeks, forcing prices to shoot higher
3·3 months agoOh we know they’re lying. Even if the strait was declared fully open today:
-Still needs to be de-mined, which could take months.
-Ships need enough confidence and/or insurance coverage to actually start going through.
-Ships need to transit the Atlantic Ocean to start delivering oil, which takes another month.
-The refineries need to process the fuel into refined products and deliver it to stations, which also takes time.
The SPR is going to be hurting by the time all those things happen, if they happen at all. I’d say August maybe is when the US bans exports.
Juniperus@infosec.pubto
Ask Lemmy@lemmy.world•Does anybody else feel like everything is off lately? What have you noticed is different?
1·3 months agoObviously everything is off, we’re falling into tyranny. Anybody wants to take action, look in my post history or PM me.
Juniperus@infosec.pubOPto
Programming@programming.dev•Guidance for open-source enterprise application server
1·3 months agoThanks for all the great solutions, I’ll be looking into your advice. Like you said it is definitely a massive project for a beginner, I’m going to take it a step at a time, and maybe do a smaller experimental app first to get my bearings. The good thing is I’m not in too much of a rush so I have time to learn.
Juniperus@infosec.pubOPto
Programming@programming.dev•Guidance for open-source enterprise application server
1·3 months agoMy current thinking is that the vote is electronic but you get a paper receipt with a bar code or something. Not sure how it will turn out, like many of these apps it’s a whole project in itself
Juniperus@infosec.pubOPto
Programming@programming.dev•Guidance for open-source enterprise application server
1·3 months agoI was thinking lemmy because of the voting structure. Since it’s internal discussion it could be used by the management to gauge sentiment in the company. It wouldn’t be for federation.
You’re probably right about it being too complex though, just not sure if there’s a lightweight option that’s a closer match than
discorddiscourse (does discourse having voting?). Something to consider.
Juniperus@infosec.pubOPto
Programming@programming.dev•Guidance for open-source enterprise application server
1·3 months agoSorry I know that’s a bit unclear. The “staff roles” and “managers” are roles that the CEO is able to assign to staff through the software. In other words, it’s the mechanism the CEO uses to construct their hierarchy. Same with performance metrics, those are written expectations that would be entered into the system for each person’s role.
Juniperus@infosec.pubOPto
Programming@programming.dev•Guidance for open-source enterprise application server
2·3 months agoHmmm, doing some research on containers now, and it does seem like the right way to do this. I’m still learning about server architecture but I didn’t mean to imply it had to be a monolith, the key is it having the capabilities I need.
I’m going to look into Docker and see what I can deploy on it. Seems like a good first step.
Thanks
Juniperus@infosec.pubOPto
Programming@programming.dev•Guidance for open-source enterprise application server
1·3 months agoYes definitely a beginner with anything networking or web design.
Modular is good though, ideally I would like to bring them all together as one package to share as open-source. I don’t know how that would work with permissions for the applications, but I imagine it would be OK with most (foss) licenses.
There are also some things that might need customization. For example, the value of someone’s vote is determined by the equity recorded in the accounting books, so those two applications will need to share information.
In any case you have given me some direction and I appreciate it, thanks.



Tesseract and asimons04 are also protecting pedophiles with this shadowlist. Literally covering up any and all references to them or their crimes. This is from the keyword list.