[ home / rules / faq ] [ overboard / sfw / alt ] [ leftypol / siberia / hobby / tech / edu / games / anime / music / draw / AKM ] [ meta / roulette ] [ cytube / git ] [ GET / ref / marx / booru / zine ]

/tech/ - Technology

"Technology reveals the active relation of man to nature" - Karl Marx
Name
Options
Subject
Comment
Flag
File
Embed
Password (For file deletion.)

Join our Matrix Chat <=> IRC: #leftypol on Rizon

| Catalog | Home
|

File: 1612129656526.gif (2.28 MB, 224x240, 1608608621350.gif)

 No.6724[Reply][Last 50 Posts]

This thread is only for feedback related to technical issues (bug reports, suggestions). Otherwise use /meta/.
Public Repo:
https://git.leftypol.org/leftypol/leftypol
If you have any grievances you can make a PR.

Mobile Support:
https://github.com/PietroCarrara/Clover/releases/latest
Thread For Mobile Feedback: >>>/tech/6316

Onion Link:
76i2c3hn55fcj5nut3tqlboqqbbh23zvphv7lefk3vftpx6wketlanyd.onion

Cytube:
https://tv.leftypol.org

Post too long. Click here to view the full text.
460 posts and 101 image replies omitted. Click reply to view.

 No.19510

File: 1683536733614.png (7.46 KB, 128x128, Feed-icon.png)

to add to the RSS thing, there should be appropriate <meta> tags to allow RSS readers to automagically find the feeds. this is perhaps more an issue to bring up upstream. also an RSS icon somewhere would be nice, but again this also probably belongs upstream

 No.19511

>>19510
finally, I see that the feeds list threads in the order they were created rather than bump order. it might be nice if there were feeds for the latter, so that threads with new posts are shown as new



File: 1680299783190.png (504.15 KB, 1375x1690, pawsense.png)

 No.19118[Reply]

Made as an extension of the main moderation recruitment thread, this thread is meant specifically for developer recruitment for /leftypol/.

We are asking for tech-orientated volunteers to help with development of the site's code and features, especially if you have experience with web design, common website coding languages, and/or development of mobile apps.

To Apply:

1. Log into your e-mail site of choice, and compose an email directed towards [email protected]
2. Decide on a short code word or phrase to identify yourself with, using it as the first part of your email and posting it on this thread.
3. Answer a short questionnaire, outlined below:

How would you describe your personal political tendency?
How long have you browsed or posted on /leftypol/ or her alt-boards?
Have you any experience working with leftist groups in the past?
How do you want to help the administration of leftypol.org?
How often will you be available to your work described above?
Post too long. Click here to view the full text.
2 posts and 1 image reply omitted. Click reply to view.

 No.19144

>>19140
Absolutely, if you don't you're out.

 No.19149

File: 1680403631698.jpg (118.3 KB, 671x810, retro_catgirl.jpg)

>>19140
wait until you hear about Alunya cosplay sundays



File: 1676965803798.png (52.31 KB, 620x300, file.png)

 No.18515[Reply]

Rendition 1.0
post everything related to reverse engineering here, including but not limited to guides, resources, personal projects, news about RE

here's a handy guide to get you started: https://rentry.co/ReverseEngineering
18 posts and 1 image reply omitted. Click reply to view.

 No.19439

File: 1682779668906.png (23.95 KB, 938x214, ClipboardImage.png)

>>19432
fwiw I found this answer about unacademy, which uses the same method for serving the files. there MUST be a way to avoid losing access.
help me bros

 No.19517

I want to contribute more to reversing but it is so fucking boring like goddamn

 No.19519

>>19517
How does one contribute to it?

 No.19737


 No.19738

>>19517
looking at the rockbox project you really need to be into it



 No.18078[Reply][Last 50 Posts]

what does /tech/ think of chatGPT? does it have any utility with regards to leftist organizing?

>article for those not in the know

https://www.cnet.com/tech/computing/why-everyones-obsessed-with-chatgpt-a-mind-blowing-ai-chatbot/
151 posts and 29 image replies omitted. Click reply to view.

 No.19496

File: 1683327689150.gif (58.84 KB, 252x240, 1418931685364.gif)

>>18635
>Throwing car batteries into the ocean is good for the nevironment, as they charge electric eels and power the Gulf stream.

 No.19506

>>18636
saved
>>19173
>Twilight was captured
I'm curious how they would accomplish this given that she is Ms. Teleport Spam

 No.19518

I'm so tired of my normie friends sending me shit like "wow look what AI did this time" but whenever I try to send them something that actually explains the functioning behind it, the drawbacks, societal costs, exploitation or whatever the only reaction is "well we can't stop technology"

I hate AI so much now, it is literally cryptoscam 2.0, tell me about it when it actually does something useful (without exporting intellectual labor to underpaid workers and calling it "ai")

 No.19735

Dear colleagues,

I would like to share with you a short example of Common Lisp code that I think demonstrates some of the elegant, efficient, clever and impressive features of this language. The code is a function that computes the factorial of a non-negative integer using tail recursion and a helper function.

(defun factorial (n)
  (labels ((fact (n acc)
             (if (zerop n)
                 acc
                 (fact (1- n) (* n acc)))))
    (fact n 1)))

The function factorial takes a parameter n and calls a local function fact with n and 1 as arguments. The local function fact is defined using labels, which allows it to refer to itself recursively. The function fact takes two parameters: n and acc. The parameter acc is an accumulator that keeps track of the product of the numbers from n down to 1. The function fact checks if n is zero, in which case it returns the accumulator as the final result. Otherwise, it calls itself recursively with n-1 and n*acc as the new arguments. This way, the function fact does not need to use the call stack to store intermediate results, and can avoid stack overflow errors. This technique is called tail recursion, and it is supported by Common Lisp compilers as an optimization.

The function factorial is an example of how Common Lisp allows us to write concise, expressive and powerful code using features such as local functions, recursion, labels and arithmetic operations. I hope you find this example interesting and inspiring.

Sincerely,
Your name


Hokaaay

 No.19736

>>19735
Literally hundreds of people have written blog articles about this exact function.
You shoud ask it when call stack recursion is faster than tail call recursion. A quick search doesn't turn up anything, but i remember reading about it on comp.lang.lisp.



File: 1684978493141.jpg (2.02 MB, 1920x1280, wank.jpg)

 No.19698[Reply]

How do I actually buy Bitcoin? I'm using Bisq as like the market since apparently it doesn't have all the bullshit and it won't freeze my money, as well as Electrum as my main wallet (of course I don't have anything in it). But there's nowhere for me to pay money into it so I can't actually buy bitcoin and when I try to find out the problem it just tells me ways to get bitcoin to start when all I need is to pay my currency into the machine to get a fraction of a bitcoin to spend, I don't even need it to be super duper anonymous or whatever. It's so frustrating, if you don't know someone who knows this shit it's as obtuse as a rock. I just hope I don't have to go through like robinhood or any of those fuck companies that I have no trust for. Help would be much appreciated.
9 posts and 1 image reply omitted. Click reply to view.

 No.19723

Okay anon, I'll help you out. Bisq is great but its probably one of the more confusing ways to trade at times due to its privacy. The simplest thing for you to do is to go to any of the big exchanges like Coinbase, Binance or Kraken or whatnot that basically just let you (usually after some small amount of verification) let you use fiat currency - USD, EUR etc. - and just buy crypto, including BTC. Also note the way you pay - bank card, credit card, PayPal etc.. may have different fees. Be wary of this when buying fiat for crypto! Couple of things to keep in mind

DO NOT KEEP YOUR CRYPTO IN THE EXCHANGE"S ACCOUNT PERMANENTLY. This is how people have gotten fucked over. Its okay to keep it there when you're trading or will be, but don't just let it sit in exchanges forever. Its good to keep it in a wallet only YOU control - it doesn't have to be a "full" wallet (aka with a full copy of the blockchain it downloads), it can be a "lite" wallet, so long as you have full control of your keys, account etc.

Next, note that EVERY CRYPTO TRANSMISSION BETWEEN ONE ADDRESS AND ANOTHER RECORDED ON THE BLOCKCHAIN HAS A NETWORK FEE. Some coins will call it something different (ie Etherium call it "gas" ) and when these cryptos started out it was nothing, a tenth of a thousandth of a BTC or whatever. However, as the value of the coins have gone up , proportionally this often gets a little more expensive. Its still not always horrible today and depending on what currency it will vary, but just know that it will cost a small amount of something for the network to process it even if say.. you're sending it from one wallet address you control (or your address at an exchange) to another of "yourself", the "network" fee still needs to be paid. Most clients will tell you this and what the minimum is for "standard" transmission (there's a faster more confirmations thing but don't worry about that) but just keep it in mind.

Anyway, I'll try to help you out. There's a lot of crypto bullshit out there but, if you use it smartly and know what each asset is and can do its not by nature evil or anything. Note that Monero is privacy friendly and one of the better coins (its actually one of the most equitable too updating its algo to keep ASICs from fucking with everyone attempting to mine etc), but isn't held as commonly on major exchanges because of the privacy element. Also be very careful for anything related to "DeFi", "dPost too long. Click here to view the full text.

 No.19724

>but you won't find any clear web crypto exchanges selling it anymore.
Waht? Yes there are, loads even

 No.19732

>>19724
This was in Reference to XMR/Monero not Bitcoin, as I was suggesting it as a privacy coin that the OP might been interested in. They nuked Monero off the Majority of the Clear web crypto exchanges to where you can't even buy or trade in it from what I have seen.

>>19713
Well Monero Mining is the one that uses the CPU and the different threads on the CPU, but not worth mining with just one CPU, but I get what you are saying ASICS with Solar Panels or clean energy alternatives will the way to go for Mining Bitcoin.

 No.19733

hahahahahahahahahaha
hell yeah dude

my man's going fin-goth mode

 No.19734

First of all, you should want to avoid bitcoin as it is horrible wen it comes to privacy. Every transaction is public and viewable by everyone, see if you can buy a privacy coin, such as monero instead.

If you want a different way to buy either of them, be it bitcoin or monero, check out localbitcoin and localmonero. You can use many different ways of making transacting with individuals (even cash by mail) and it's even accessible through the darknet.



File: 1681510401237.jpg (524.28 KB, 836x760, 1676430844402.jpg)

 No.19243[Reply]

Do I really need to have a github repo showing a bunch of projects that would make executives wet when applying for a programming job now?
5 posts omitted. Click reply to view.

 No.19727

>>19260
no because they already have their established process that they need you to fit into like any other cog. so what you buot doesn't matter, what matters is if you can clear their standardized interview, work with their standardized tools, and follow a standardized workflow of accept ticket, tag git branches in your fix, change labels on your PR, clock-in some time so they can gauge your factory worker output of no of tickets per sprint to measure your velocity and plot a graph about how much value you are providing over time.

 No.19728

>>19243
No.
>t. Successful senior engineer that has done plenty of interviews.

 No.19729

>>19728
How do I become a successful senior engineer?

 No.19730

>>19729
do plenty of interviews

 No.19731

>>19729
Hmm well, you do work to obtain promotions. You need to hustle a bit I guess. What is your situation right now?



File: 1684329807688.gif (291.58 KB, 220x127, 1684329187567.gif)

 No.19628[Reply]

First twitter and now google. I wonder what's going on.

>You may have thought a Google account was forever, but the company's latest blog post details a new policy of deleting inactive Google accounts. The new deadline is two years—if your account hasn't seen "activity" in that amount of time, Google is going to delete your data forever.

>The company pitches this as a way to prevent spam. The blog post says that "abandoned accounts are at least 10x less likely than active accounts to have 2-step-verification set up," and once they get compromised, they become vectors for spam and identity theft. Deleting old accounts and freeing up storage is also probably a good way to cut costs, which has been a thing at Google lately.
https://arstechnica.com/gadgets/2023/05/google-will-start-deleting-inactive-accounts-after-two-years/
13 posts omitted. Click reply to view.

 No.19664

>>19662
>"People choose to get evicted by their actions," Melody McClurg, the executive director at the Steubenville housing authority, told WaPo.
xd

 No.19667

File: 1684591017015-0.png (999.09 KB, 1092x705, Worlds.com.png)

>>19655
A good chunk of Active Worlds and Worlds.com are still up, though this is mostly due to their tiny file sizes so they basically have been forgotten on servers.

 No.19668

>>19667
I tried setting up an account but they kept rejecting my email

 No.19669


 No.19726

File: 1685353772577.gif (2.52 MB, 493x498, surprised-pikachu.gif)

>>19628
>trusting proprietary scum with your data
deserved outcome desu
the internet was decentralized for a reason
but people couldn't resist willingly centralizing under the likes of corporate shit like google and here we are.
even other programmers used to roll their eyes when they learned that I host my own email, git, etc. instead of using centralized trash like shithub.



File: 1684873783171.jpg (246.97 KB, 640x512, 128364.jpg)

 No.19683[Reply]

Hello, I've been wanting to switch to Linux for awhile now, but I'm not sure which distro I should use. What distro would you anons recommend I use?
18 posts and 5 image replies omitted. Click reply to view.

 No.19719

>>19718
>or LFS if you're genius
all you have to do is to follow the damn instructions uygha

 No.19720

>>19719
it's like saying all you have to do to build a motorcycle is to also follow the instructions

I mean, it's a notable achievement

 No.19721

>>19720
>typing ./configure && make && make install is an achievement
The only complicated pieces are kernel and bootloader. You can get by with the debian kernelconfig and the archwiki page about bootloaders should explain everything well enough.

 No.19722

>>19720
It's cool but I find it very weird how people mythologize GNU/Linux as some dark art that can only be learned by the chosen ones and even they have to study it for decades before becoming comfortable with it.

 No.19725

>>19683
KDE Spin of Fedora, Kubuntu, or KDE Neon.
Linux mint if you want a stable system.
If you don't like the Windows GUI and you have 0iq then you will like GNOME.
I use OpenSUSE Tumbleweed with KDE btw.



File: 1683745389701.png (717.71 KB, 1500x937, ClipboardImage.png)

 No.19546[Reply]

Google is dedicating a huge portion of their IO conference to code automation and job automation. It's no coincidence that this comes just mere months after huge downsizes in both Google and the rest of SV. Tech bros, is it over?
14 posts and 3 image replies omitted. Click reply to view.

 No.19706

I tried to become a programmer a decade ago when I was in my late teens/early 20s but a large number of factors caused it to not work out. Looking at things like this I'm glad I ended up in some shitty engineering gig even though the money isn't nearly as good.

 No.19710

>>19688
>but for programming it's gonna give you code that was already written and can be found on the internet, code copied from stackoverflow is gonna work 100% of the time so chatgpt still can't compete.

Okay, but that is already what happens on a large scale tbh

 No.19711

>>19710
But programmers understand code, if you ask ChatGPT to make firmware for hardware that only exist in prototype it will only give you garbage as ChatGPT has no understand of coding, hardware or even you are asking of it. All GPT knows is statically is the correct response for a give input.

 No.19715

File: 1685090846685.jpg (72.97 KB, 750x1115, vrsx0hczo42b1.jpg)


 No.19716

>>19715
How can we help these poor people
Should we set up a chatline?



File: 1684811225580.jpg (11.7 KB, 306x306, 507.jpg)

 No.19674[Reply]

>datetime library
>doesnt support conversion to Juche

 No.19677

>waaah devs won't support my pet calendar
write it yourself anon. patch welcome and all that
<Today is Pungenday, the 70th day of fbi.gov in the YOLD 3189

 No.19678

>>19677
>the wordfilter changed the month name
how deliciously dlscordant. hail Eris!

 No.19679

Date should be written year-month-day. The month should be spelled out to avoid confusion about the order. The year should be Juche, the months should be based on the French revolutionary calendar, the finer distinctions should be Swatch Beats.

 No.19682

Shouldn't use an inferior western softaware



Delete Post [ ]
[ home / rules / faq ] [ overboard / sfw / alt ] [ leftypol / siberia / hobby / tech / edu / games / anime / music / draw / AKM ] [ meta / roulette ] [ cytube / git ] [ GET / ref / marx / booru / zine ]
Previous [ 1 / 2 / 3 / 4 / 5 / 6 / 7 / 8 / 9 / 10 / 11 / 12 / 13 / 14 / 15 / 16 / 17 / 18 / 19 / 20 / 21 / 22 / 23 / 24 / 25 / 26 / 27 / 28 / 29 / 30 / 31 / 32 / 33 / 34 / 35 / 36 ]
| Catalog | Home