/g/ - Technology

What's your setup?


New Thread[×]
Name
Subject*
Message*
Files* Max 5 files47.7MB total
Tegaki
Password
[New Thread]


JarJar_Sith.jpg
[Hide] (393KB, 1180x842) Reverse
Hi Anons,
for those of you more savvy with AI than myself - is AI now strong enough to make wholesale edits to a movie, for example? Like if you wanted JarJar gone from a prequel, you could command the AI and it would eliminate his appearance and dialogue from all scenes, and if others interact with him, those interactions are cut.
Is such a thing possible yet?
Replies: >>117 >>588 >>598
j_arJ_ar.jpg
[Hide] (48.2KB, 636x382) Reverse
... for clarity - yeah you could manually edit it, but I am wondering if AI can (yet) be given a request like this, and understand what needs to be done in each scene and go and do it.
Replies: >>117 >>589
>>115 (OP) 
>>116
Not yet
>>115 (OP) 

This is literally the future of media.

There will come a time where you have an AI entertainment app for say 19.99 a month. You will be able to sit down at your set and say "give me a star wars movie, set between episode 4 and 5, original actors original voices. Make it about the bounty hunter they encounter on org mandell(spelling?) and that shit will whip up a movie. Furthermore, there will be youtube channel style Ai movie creators that are good at making movies that youll be able to go seek out.

I'm sure there will be some copyright license fuckery that you will need the disney ai app and the fox ai to keep in line with licensing, which will be the sad part, but overall it will be so blissful for NPC consumers.
>>116
I kind of want to see the whole movie without Jar Jar effects, so it's just the black guy wearing a silly hat
>>115 (OP) 
no, but you can use it to accomplish the task with differen't methods than previously and more ease.

46dcbs2w2hhetdk9.jpg
[Hide] (38.6KB, 650x1024) Reverse
Remember jewSky? 
The supposed X killer that famous A lost celebrities like Stephen King and Neil Young were peddling?
Well I guess they had a rather embarassing incident where they were exposed as being not decentralized whatsoever 

Oops!
https://techcrunch.com/2025/04/24/wait-how-did-a-decentralized-service-like-bluesky-go-down
That was supposed to say A-List
no who ? neve rheard of them ? should i ? why is this worth my time ? 
sounds like a obnoxious bunch of "people" 
could it posisbly have something to do with DOGE cutting down USAID and the cleanup being underway at the State Dept. ?

1740687658118460.jpg
[Hide] (509.7KB, 2331x1719) Reverse
How do you build, run, and secure a Chan? I plan to set one up as a backup for my subreddits instead of Discord & whatever. Ourchan has an excellent model and I'd like to copy it.
16 replies omitted. View the full thread
Replies: >>590 + 6 earlier
>>500
Meant for >>499
>>500
Gotcha. Hopefully the demand for an eepsite is great enough.

Honestly this board is so chill. I think I found my new main board.
>>499
Go on the Tor support channel on the matrix.org Matrix server and post that where Jeremy can see it. He's not redpilled but he substantiates his arguments about Tor vs i2p and is a sincere believer in what he argues for/against.
Replies: >>525
>>524
Who is Jeremy?
>>362 (OP) 
There are many aspects to this, but the a chan is a very simple website you can write in PHP or Python. Your main concern is programmatic abuse, so you need to rate-limit users and make them pass tests that only a human can. This used to be a pain in  the ass but today you have things like Cloudflare Turnstile and it's very easy. Cloudflare in general is nice because it's free and when you put it in front of your website it serves all of the images, which means your server does less work. It also allows you to block shitholes like India from posting garbage and different forms of bots. There are web crawlers, and AI scrapers and other garbage that is literally 60% of traffic on the internet. You can cut out all this shit using the AI labyrinth and other built-in tools. At very least CF obscures your server's real IP making it harder to attack.

5r8p1xsv22ve1.png
[Hide] (102KB, 1017x475) Reverse
How can you just type in 4chan.org on your browser, upload a pdf with AIDS and suddenly get access to hiroshimoots account?
7 replies and 4 files omitted. View the full thread
Replies: >>578 >>583 + 1 earlier
kotmostik.png
[Hide] (149.1KB, 353x285) Reverse
>>547
The gay soijack image board where the hacker came from. I was there the day of and it was slow af and crashing from all the traffic
Replies: >>576
>>555
I still think it's funny 4channel was taken down because it was 'too liberal'
1611869983510.png
[Hide] (178.1KB, 473x389) Reverse
>>472 (OP) 
Is the hacker going to get away with it? Is there any possibility of legal consequences?
Replies: >>579
>>578
>Is the hacker going to get away with it?
Nobody knows. We might assume he was smart enough to use a VPN but maybe he didn't care.

>Is there any possibility of legal consequences?
Of course. American judges have often punished hackers harshly—sometimes worse than niggers who commit murder
1745629926940232.png
[Hide] (82.7KB, 558x1536) Reverse
>>472 (OP) 
>UK IP
>all that damage control

ib33ikizslmlevvy.jpg
[Hide] (83.9KB, 827x1024) Reverse
> The WinRAR bag reflects the software's cultural evolution into a fan-driven phenomenon, spurred by its iconic "40-day free trial" meme and a 2025 rebranding by Fireart Studio to modernize its image while preserving nostalgia. 

> Designed to resemble a stack of books with bold colors and a strap, the bag is part of WinRAR's merchandise line that has gained traction within a vibrant community, as noted on winrarmerch.com

Hey good for them

I'd rather buy that than Coach

afa7dce806f18167dbcce881a25cf386e9d9cc366c8c08ab1f0c10a5c4f59127.jpg
[Hide] (80.4KB, 500x314) Reverse
I just learned about the cool indirection feature of my SwissMicros DM-15L (HP-15C), but there was no calculator thread here and I do not want to patronize 4cuck /g/ (full of tim apple cucks).

I have a gift: a polynomial subroutine in which x (as in f(x)) is on the stack and coefficients a_0 .. a_k are registers 0 .. k, k being degree stored in the Index "I" register [and not the index "(i)" register].  I know there's a longstanding practical algorithm for the HP-15C, I just wrote this mainly to play with the Index "I" register and it's exactly 6 registers of instruction code:

6 Registers of Instruction
Polynomial Degree in Index Register
Polynomial Co-efficients in Registers 0 .. Degree
Ensure DM-15L memory is set: input Degree value, then do f Dim (i)

001- 42,21,0 "LBL 0" 
002- 45,25 "RCL I" 
003- 43,44 "INT" 
004- 1 "1" 
005- 26 "EEX" 
006- 3 "3" 
Message too long. View the full text
Replies: >>171
6a26a2b8b585dd3cbacf72cca601d0c9d8574d3b7ee8f886485c840b9273f00a.jpg
[Hide] (298.8KB, 1024x1024) Reverse
>>170 (OP) 
Setting registers 0-9 is setting coefficients 0-9, registers .0-.9 sets coefficients 10-19, then to set coefficients 20+ one needs to use the indirection register "(i)" by setting the Index register "I" to the coefficient (register) number then setting "(i)" to the desired coefficient value.  Finally, set the Index "I" to the highest coefficient (should be already if you entered them starting lowest order first), then put a value in on the screen and press GSB 0.  Result is the value ef the polynomial at the input.

To encode x²² - 2 x²⁰ + 1, do:
f CLEAR REGS
f CLEAR Σ
1 STO 0
20 STO "I"
2 CHS STO "(i)"
22 STO "I"
1 STO "(i)"

Then input an x-value (say 1.5) and press GSB, then 0.
1.5 GSB 0

Message too long. View the full text
This calculator will teach you to think in assembly, nice choice OP!  I grew up with a TI in school, but have come to appreciate HP-style (ironically after being gifted a modern HP15C collectors edition).  RPN entry is the absolute GOAT for expression entry, and I do like seeing where the DB48X project is going with symbolic pretty-print RPN entry on SwissMicros platform...
watch?v=993dmoDdybs.00:04:36.843.jpg
[Hide] (156.6KB, 1920x1080) Reverse
M-x calc in Emacs is really capable and fun even.

“Calc” is an advanced calculator and mathematical tool that runs as part
of the GNU Emacs environment.  Very roughly based on the HP-28/48 series
of calculators, its many features include:

   • Choice of algebraic or Reverse Polish notation (RPN), i.e.
     stack-based, entry of calculations.

   • Arbitrary precision integers and floating-point numbers.

   • Arithmetic on rational numbers, complex numbers (rectangular and
     polar), error forms with standard deviations, open and closed
     intervals, vectors and matrices, dates and times, infinities, sets,
     quantities with units, and algebraic formulas.
Message too long. View the full text

5e36f8cc912efb2f214b5e4e9af10f6e1c7cff5d90fda6582ff3a3a2b1e85a22.bmp
[Hide] (248.7KB, 832x102) Reverse
700e858a2ac9cc8a586ad50aa4d8e319ff0c9b64971b99ffd71cc5e930047164.bmp
[Hide] (326.2KB, 818x136) Reverse
This isn't the first time I have had checksums not match for me from Tor. Tor bundles and source code don't even match their checksums hosted on the Tor Project Website. Is Tor Kill?
Replies: >>528 >>530
ClipboardImage.png
[Hide] (88.7KB, 1667x600) Reverse
>>433 (OP) 
You're doing it wrong.
❯ cat tor-0.4.8.16.tar.gz.sha256sum
6540dd377a120fb8e7d27530aa3b7ff72a0fa5b4f670fe1d64c987c1cfd390cb  tor-0.4.8.16.tar.gz
❯ sha256sum tor-0.4.8.16.tar.gz
6540dd377a120fb8e7d27530aa3b7ff72a0fa5b4f670fe1d64c987c1cfd390cb  tor-0.4.8.16.tar.gz
>>433 (OP) 
'''
gpg --auto-key-locate nodefault,wkd --locate-keys torbrowser@torproject.org
'''
then
'''
gpg --verify <.asc signature> <tor tarball>
'''
Replies: >>531
ClipboardImage.png
[Hide] (11.2KB, 493x198) Reverse
>>530
You have to use bbcode-style code blocks here.

const foo = 5;
const bar = "vril";
Replies: >>534
tldr ops a lil slow

>>531
Does the website have syntax highlighting like markdown?

'''bash
echo hi
'''
Replies: >>535
>>534
https://ourchan.org/faq.html#post-styling

bugsbeingbugs.mp4
[Hide] (3.3MB, 480x618, 00:36)
Feels good to be on a board without any pajeets
16 replies and 8 files omitted. View the full thread
This site is a honeypot
Replies: >>519 >>521 >>522
>>518
your mom is a cumpot
Replies: >>520
>>519
Surprised you're working today, agent. Is Easter not a federal holiday?
>>518
Don't honeypots, by definition, goad users into posting something illegal, suspicious or incriminating?
The average reply chain on some innocuous tweet is worse than this place.
>>518
Based on what?

Suppose there is an EMP event like a big solar flare or WW3 where China, USA, Russia, and European countries use EMP weapons that damage internet and cellular communications.
What then? will we go back to simple SW transmitters and receivers?
If you keep your cellphone in a Faraday bag, it doesn't mean all the cellular telecom and internet infrastructure will be intact.
Before you are all 'oh it won't damage things that badly', then what if the infrastructure gets hit with a missile proper?
Like the Fallout 3 trailer: "Prepare for the future!!"
13 replies and 9 files omitted. View the full thread
Replies: >>515 + 3 earlier
>>393
I live in one (has a window) and it doesn't get phone reception.
So I think it's partially blocking.
Replies: >>507
Pictochat.jpg
[Hide] (789KB, 1535x1485) Reverse
>got a bundle of 12 fat NDSs for a LAN party just before covid
who's laughing now motherfuckers?
That map makes no sense, Oklahoma has TAFB, one of the biggest Air Logitistics Commands in the country, the Russians are gonna flatten it in any nuclear war, yet the map says low fallout in that region.
>>465

Redpill me about living in a shipping container.
>>9 (OP) 
What if the entire EMP event is caused by Elon satélites? They are all around the globe, and also by then btfo this entire system and still holding grasp of Elon satélites they would totally have the upper hand against us humans/got cattle, it's like they will have total advantage in technology and somewhat with information.

Screenshot_20250420-091622-704.png
[Hide] (87KB, 720x750) Reverse
It appear that they don't wanna me talking too much with chat got about the world reality. I used to be able to use chat gpt without login or giving my data. But after a long talk yesterday, I noticed by the chat gpt behavior that they are somewhat lobotomizing the Ai when it gets too smart, so I suppose this new chat 4.0 is just bs, or a even more chained Aí. Imagine being so good using logic and reasoning that they need to identify you using chat gpt. Hahaaha

Show Post Actions

Actions:

Captcha:

- news - rules - faq - contact -
- telegram - simplex - irc -
jschan 1.7.3