[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology

Name
Options
Subject
Comment
Verification
4chan Pass users can bypass this verification. [Learn More] [Login]
File
  • Please read the Rules and FAQ before posting.
  • You may highlight syntax and preserve whitespace by using [code] tags.

08/21/20New boards added: /vrpg/, /vmg/, /vst/ and /vm/
05/04/17New trial board added: /bant/ - International/Random
10/04/16New board for 4chan Pass users: /vip/ - Very Important Posts
[Hide] [Show All]


[Advertise on 4chan]

[Catalog] [Archive]

File: 1732836985935093.png (57 KB, 800x311)
57 KB
57 KB PNG
I'm ashamed to admit that for the longest time I didn't know why some options in GUIs had underscored letters
15 replies and 1 image omitted. Click here to view.
>>
File: 1739491536719017.png (718 KB, 824x845)
718 KB
718 KB PNG
>>106475241
RIP
>>
>>106475239
It's mostly older shit, because some of the software on windows have been made before using a mouse + keyboard was mainstream, or at least it was made with the idea that, if you somehow only have a keyboard, you can still use their software with only the keyboard.
I remember creating interfaces using borland delphi 7 and you could choose the keyboard shortcuts and the order that pressing tab changes which item was highlighted. You don't see the same stuff anymore because nobody thinks about using a PC without a mouse, outside of terminals and servers and, even then, because of microsoft's immense retardation, this is being removed, like >>106475241 showed.
>>
>>106475105
Fair criticism but I actually am like 10x faster at using any computer than most people.
>>
>>106475098
In pre-ribbon Paint you can use + and - to increase the brush size to beyond the 3 preset sizes.
>>
>>106475105
if you use vim you are demonstrably like 20x faster than most retards using any program at all

Is it worth using in 2025? I just want to explore weird chatrooms and fuck around with people anonymously. Is hexchat a good place to start?
>>
>>106475090
I logged on last year and only the really popular channels I used to use were still populated, but they were practically dead and population size about that of the more niche channels (now all gone) that I used to use.

I was a dalnetafag though, might be a bit more going on over on efnet or undernet, if they still exist, would be surprised if much more though.

File: 1738562902418779.png (90 KB, 224x224)
90 KB
90 KB PNG
Pros:
>Strong sandboxing/isolation improves security.
>Widely supported across major distros (especially Fedora, GNOME-based distros).
>Uses Portals apps can request access to files, devices, etc. in a controlled way.
>Good integration with desktop environments.
>Flathub is a central, well-maintained app store with lots of apps.
>Auto-updates supported.

Cons:
>Flatseal has the potential to change the permissions of other flatpaks at will. Essentially, a flatpak with the ability to change the permissions of other flatpaks. It is rendered to be "Potentially Unsafe" with "Arbitrary Permissions" with access to "User Data" subfolder flatpak/overrides, Can read and write all data in the directory" and "Arbitrary Permissions, Can acquire arbitrary permissions".
>Larger disk space usage (apps bundle runtimes + libraries).
>Slower startup compared to native apps (sandbox overhead).
>Strong desktop focus not ideal for CLI/server software.
>Relies heavily on Flathub (centralization concern).


Comment too long. Click here to view the full text.
20 replies and 3 images omitted. Click here to view.
>>
>>106474800
Flatpak apps apps do write to the proper XDG paths (it's an allowed path outside their sandbox*). Only apps that abuse the XDG file system get their files yeeted away to /var.

* Not by default but pretty much always
>>
>>106474704
ENTER
https://github.com/refi64/zypak
My nigga Refi64 solved that shit ages ago boi
>>
>>106475167
https://discuss.privacyguides.net/t/dont-link-to-braves-flatpak-desktop-browsers/27064
>>
>>106474039
>Strong sandboxing/isolation improves security.
Potentially strong sandboxing, if you lock almost everything down ... and that includes a ton of stuff which is designated as "safe" by flathub.

https://github.com/flathub-infra/website/issues/4730

Nothing should be designated safe without an exhaustive audit ... that's not what's happening. Making a sandbox actually strong while still allowing good desktop integration using existing KDE/GNOME APIs is a billion dollar project, it's just too much work.
>>
>>106475290
PS. all those dbus APIs for desktop integration are also fragile as hell and shit will break. Dependency hell is still unavoidable.

"You cannot stop Chaos!!" Edition

/gedg/ Wiki: https://igwiki.lyci.de/wiki//gedg/_-_Game_and_Engine_Dev_General
IRC: irc.rizon.net #/g/gedg
Progress Day: https://rentry.org/gedg-jams
/gedg/ Compendium: https://rentry.org/gedg
/agdg/: >>>/vg/agdg
Graphics Debugger: https://renderdoc.org/

Requesting Help
-Problem Description: Clearly explain your issue, providing context and relevant background information.
-Relevant Code or Content: If applicable, include relevant code, configuration, or content related to your question. Use code tags.

picrel sauce :
https://enginearchitecture.org/downloads/REAC_2025_Saber.pdf

Comment too long. Click here to view the full text.
91 replies and 13 images omitted. Click here to view.
>>
>>106474936
Animations looks amazing either way.
In fact, you did such good job at animations that are the thinned out strokes seem like a thing of the art style.
gz
>>
>>106475001
Thanks, that's very reassuring! One interesting problem with it though is that gradients and thin strokes tend to fade away if you zoom in too much. This may be solved by limiting the shader's perceived zoom, then it will look blurry past a certain point instead of smudged.
>>
>>106474936
What was the implementation of the bloom shader? High level algorithm is fine you don't have to paste the shader if you don't want to. I'm willing to bet you can keep it if you just optimize the implementation
>>
>>106474916
isn't waiting on fence bad for frame pacing?
>>
File: NewItem1.png (182 KB, 925x491)
182 KB
182 KB PNG
>>106475071
>that gradients and thin strokes tend to fade away if you zoom in too much
ah, that's a well knows drawback of SDFs. The loss of details is one of the reasons I finalized on rendering vector graphics. Even fonts rendered with SDF texture atlas have loss of quality issues especially at the regions with sharp curves. Fixing or implementing a workaround involves a very complicated solution, making the entire thing very complex to deal with.
I could suggest you to generate a signed distance texture version for all of your animations(not multi-channeled, but a single bytemap version with varying grayness as per the signed distance as shown in picrel) but requirements like gradient colors probably don't offer much performance gains over what your are currently doing.
Gotta see.

Discussion of Free and Open Source Text-to-Image/Video Models and UI

Prev: >>106464276

https://rentry.org/ldg-lazy-getting-started-guide

>UI
ComfyUI: https://github.com/comfyanonymous/ComfyUI
SwarmUI: https://github.com/mcmonkeyprojects/SwarmUI
re/Forge/Classic: https://rentry.org/ldg-lazy-getting-started-guide#reforgeclassic
Chromaforge: https://github.com/maybleMyers/chromaforge
SD.Next: https://github.com/vladmandic/sdnext
Wan2GP: https://github.com/deepbeepmeep/Wan2GP

>Checkpoints, LoRAs, Upscalers, & Workflows

Comment too long. Click here to view the full text.
199 replies and 57 images omitted. Click here to view.
>>
>>106475031
OK I will try again, thanks;
>>
File: 1743268856404714.png (880 KB, 1371x525)
880 KB
880 KB PNG
change the location to a pond in a forest. a tent is nearby with a campfire outside it. keep the character in green and in the same style.

qwen edit is neat, also maintained the pixel style:
>>
>>106475179
I've also used euler/simple and unipc, same results.
>>
Is it possible to run Wan 2.1 with A1111? And would a 3060 12gb be capable of generating 480p videos?
>>
>>106475302
>Is it possible to run Wan 2.1 with A1111
hard no
>And would a 3060 12gb be capable of generating 480p videos?
soft yes

File: UBlock_Origin.svg.png (109 KB, 2048x2048)
109 KB
109 KB PNG
Google has decided to play hardball with Ublock Origin. I need adfree gooning or I'm going to get blueballs. Should I just compile it from the source and load it in developer mode? I have already messed with the flags, but it seems like Google is messing with that option too. I realized that in the time I have been searching for config options I could have just compiled it. What work around are you using Anon? I'm using Chrome.

Google Chrome    140.0.7339.80 (Official Build) (64-bit) 
Revision 670b6f192f4668d2ac2c06bd77ec3e4eeda7d648-refs/branch-heads/7339_41@{#3}
OS Linux
JavaScript V8 14.0.365.4
User Agent Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36
Command Line /usr/bin/google-chrome-stable --flag-switches-begin --enable-features=UnexpireFlagsM138,UnexpireFlagsM139 --flag-switches-end --ozone-platform=wayland --render-node-override=/dev/dri/renderD128
Executable Path /opt/google/chrome/google-chrome
Profile Path /home/user/.config/google-chrome/Default
48 replies and 4 images omitted. Click here to view.
>>
>>106474696
There are currently only 2 browsers in the world right now.

Chrome or Firefox.
>>
>>106474469
yes
>>
4chan janny d0x dump
go fuck yourself you disgusting kike nigger sludge
https://files.catbox.moe/r1zn79.7z
death to israel, death to all kike niggers and their golems. there is no future for you.
>>
>>106469683
why is it so important to you to keep using chrome even though it obviously does not want you to use it?
>>
>>106475022
Then waiting for ublock to update their filters or Firefox is your only hope

File: 1756865560621268.jpg (80 KB, 960x960)
80 KB
80 KB JPG
This is our future.
98 replies and 29 images omitted. Click here to view.
>>
File: nat1656288094984.jpg (171 KB, 960x960)
171 KB
171 KB JPG
>>106473925
The warning scene of her dad about the internet was chilling. Absolute masterpiece of 90s writing.
>>
>>106474191
I see what you did there.
>>
File: robot smooch.jpg (75 KB, 680x567)
75 KB
75 KB JPG
INCELS GET THE FUCK AWAY FROM MY ROBOTS AND GO BACK TO REALDOLL, TRVE ROBOFUCKER CHADS RUN THESE STREETS
>>
>>106474140
Simps are low on the food chain, 99% of the time below average strength and build.
>>
File: 1659409709654705.png (31 KB, 786x931)
31 KB
31 KB PNG
>>106474445
all the spiritual philosophies of man are interconnected and equally important. it likewise says nothing in any christian text about whether or not an automata can have a soul. don't proselytize to me, hylic.

File: wordmark_light.png (50 KB, 1200x361)
50 KB
50 KB PNG
King of front-end edition.

>Free beginner resources to get started with HTML, CSS and JS
https://developer.mozilla.org/en-US/docs/Learn - MDN is your friend for web dev fundamentals
https://web.dev/learn/ - Guides by Google, you can also learn concepts like Accessibility, Responsive Design etc
https://eloquentjavascript.net/Eloquent_JavaScript.pdf - A modern introduction to JavaScript
https://javascript.info/ - Quite a good JS tutorial
https://flukeout.github.io/ - Learn CSS selectors in no time
https://flexboxfroggy.com/ and https://cssgridgarden.com/ - Learn flex and grid in CSS

>Resources for backend languages
https://nodejs.org/en/learn/getting-started/introduction-to-nodejs - An intro to Node.js
https://www.phptutorial.net - A PHP tutorial
https://dev.java/learn/ - A Java tutorial
https://rentry.org/htbby - Links for Python and Go

Comment too long. Click here to view the full text.
132 replies and 20 images omitted. Click here to view.
>>
>>106473894
>promise
>in an async function
>with an async function callback
>doesn't even resolve() it like you're supposed to
>uses it basically as a try finally block
what the absolute nigger fuck is this?
>>
>>106475130
If you want I can stick the promise in a single-reference function. It'll look less scary to you, but it's functionally equivalent, besides the now internal function made external.
>>
>>106475102
this mindset has been the ruin of mankind lately
>>
>>106475151
You literally are just leaking a forever pending promise. I legitimately don't know what the fuck you were thinking. It's ridiculous.
>>
>>106475274
Calm your adhd. It's resolved in
// stream decoding loop

It's not just phoneposters. Inevitably, as something gets more popular for absolutely any reason, average IQ of a group approaches closer to population average.
The trend for average programmer IQ is as follows: in the 90-s it was above 120. Before 2015 it was already below 120. And in the year of 2025, financial incentive has dropped average IQ of a programmer to 105. As industry has turned hopelessly hypersocial, it will only get worse.
You are arguing with literal midwits here, reading their 105 opinions, losing braincells.
Avoid using any new "technology" unless you are looking for exploits, hacker golden age hasn't even began.
Rolling release distros, MacOs, Windows are all a 105 technology brought to you by Reddit.
Rust and Go are coping mechanisms with 105 special needs, just like rounded corners on a smartphone that prevent retards from killing themselves accidentally when they answer a phone call.
There is no way of fixing it without active intervention, raise in IQ with access to a smartphone actually concerns the bottomless pit of total retards, you have to reason about a smartphone as a diabolical box which shows you shiny things and you can somehow change the things inside it by just touching the box. This requires abstract reasoning, so the population average gets a bit higher.
It's over, leave tech communities if you value last bits of intelligence you don't have completely fried by politics and objectively retarded arguments, and just use rss feeds at this point and read some retarded 120 iq papers which walk back and forth around a solution and produce massive piles of text, this might cheer you up.
136 replies and 46 images omitted. Click here to view.
>>
File: 1756154622823532.jpg (68 KB, 720x906)
68 KB
68 KB JPG
>>106471994
special needs generation z person(he/her), the great diluter of programmer average iq, immediately projects that everybody is jobless. at least i am 106
>>106472325
>Also, what's the point of IQ if it could change?
it can't change more than one deviation, and still genetics put a hardcap on it
>>
>>106474605
>it can't change more than one deviation
no, it can hit the roof or drop dead too.
Its just a dumb metric that everyone is obsessed over because it has been used since a long time and there is no accurate alternative to it.
>genetics put a hardcap on it
genetics is one of the things but not the only thing that puts the cap.
Even people born with high IQ genes will become dumb overtime before reaching adulthood if their culture and society forces them to believe they are supposed to be stupid and behaving as such is the only way to co-exist. Environment plays a huge role too.
Anyway, its not solely the IQ you should be looking at. Overtime, skills can be developed and improved by low IQ people as well which makes IQ a bad metric to focus on.
>>
>>106472451
really good point
>>
File: 1733256319462696.jpg (133 KB, 919x1024)
133 KB
133 KB JPG
>>106472325
go is actually following it's usecase for idiots. it's amazing at how it can bake a huge binary for you that you can deploy on bare metal with any configuration.
rust on the other hand just happened to be this special needs child, and so they flocked it in with other special needs languages.
>>106472451
>no, it can hit the roof or drop dead too.
if you mean head traumas, that's not a statistically significant case. not like there is a widespread culture in which high iq people just hit the wall with their heads on consistent basis, not to my knowledge at least.
not sure how can it hit the roof just like that, i do hope that if you make somebody learn math under a death threat, this is maybe efficient in case of midwits, still it takes a long way probably.
>Its just a dumb metric
on an individual level it is maybe a bit dumb, but it's not a dumb metric when judgement is derived from group averages and you have to be blind to not see that.
>everyone is obsessed over
maybe for china it's true, i see the exact opposite so far everywhere else, people tend to downplay the importance of this metric as much as possible, even in this thread.
>Environment plays a huge role too
environment plays a role, it's role probably understated by the most conservative views, however it's definitely overstated by today' hypersocial science. they cant get a thing right, quite literally, they only know how to steal from each other and dilute overall value of contribution by thinking too hard where nobody asked them
>>106472451
this is why paradoxically you have to have a shitstorm in your thread to invite any meaningful contributions, it's how it works in modern 105 tech communities
>>
>>106475173
>Yukinon quote!!!
sense of morality and IQ are different things.
Even high IQ people are well capable of committing immoral acts. Having high IQ does not mean having higher composure as well.
Even when they can process more though process, in the end, they are just a human and are not exempt from exhibiting their human nature characteristics.
What you are complaining about has got less to do with IQ and more to do with the personality of the individuals itself, which I think is the root cause, not IQ.

File: 1693732787791.png (1.94 MB, 963x1280)
1.94 MB
1.94 MB PNG
They did it again edition


>What phone has X and Y feature?
Don't ask, use these!
https://www.gsmarena.com/search.php3
https://www.kimovil.com/en/compare-smartphones
https://phonedb.net/index.php?m=device&s=query

Good Resources:
>Reviews
https://www.gsmarena.com
https://www.phonearena.com
https://www.notebookcheck.net


Comment too long. Click here to view the full text.
6 replies omitted. Click here to view.
>>
>>106474901
Postpone your holidays to become the ultimate waitchad
>>
File: 1746782932682.jpg (630 KB, 1894x1916)
630 KB
630 KB JPG
>>106474853
Im from Russia, it always makes me laugh how people in Europe and especially the USA rush to buy a new product on the first day.
>>
File: 1714961926540.png (1.43 MB, 1920x1080)
1.43 MB
1.43 MB PNG
>>106473451
> OnePlus best sirs.
Alcohol can corrode the screen glue.
>>
>>106474750
1. Software
2. Storage speed

that's pretty much it, it all depends on the software but storage degradation is a thing, RAM and CPU will stay the same forever
>>
>>106475213
S25 sirs??.? NNONONONOOOOO DO NOT REDEEM THE SHUTTER SPEED

PLEASE SIR DO THE NEEDFUL PLEASE DON'T BLURRY MOTION YOU BASTERDDD NOOO BLOODY
https://m.youtube.com/watch?si=twaNdJAiNZOVUAQz&v=U5c4OGMKFmQ&feature=youtu.be

File: 1740585907622551.jpg (297 KB, 730x556)
297 KB
297 KB JPG
85 replies and 18 images omitted. Click here to view.
>>
>>106475048
Oh that guy who stole Linus’s silver NZXT play button died? Linus had no idea what he was walking into. That apparent son bought a generic top 10 channel and uploaded nothing to it afterwards and wanted all the play buttons for it. YouTube is actually good at verifying this stuff and said no so he went to buy a silver button from a channel that wasn’t his and he was going to scrape off the NZXT name and print his own on the glass.

I’m not happy he’s dead but Linus can’t do anything else. It’s his fault for not paying attention during the auction and missing on the bid completely
>>
>>106474903
>>106475005
>>106475018
I mean, I'd kill myself too if my youtube channe looked like this. Sad (probably fabricated) story, but that's about it.
I acknowledge that LLT fagots are the worst and LTT content is also utter garbage.
>>
>>106473825
Everyone I know that watches LTT is a normie. Sometimes they ask me if I've seen x video and what I thought, invariably it's like 20% decent info you can get from reddit and 80% slop.
His house automation stuff seemed like a cool idea at first but quickly turned into "how much tech bullshit can I stuff in my house for free with sponsorships". I liked the homelab content at first but he's too rich to be relatable and too retarded to be educational. Level1techs at least is educational but most of the videos are a waste of time to watch and should be a forum post.
>>
he got some daffy duck ass braces and I can't understand a word he says
the other videos are full of zoomer faggots
>>
>>106473933
Yeah, but I'm taller and my kids are the same race I am. So who really won?

File: firefox_Lkyy6UQ8gY.png (137 KB, 1761x1098)
137 KB
137 KB PNG
Is anyone interested in working on or using a classic web forum?

>no javascript
>c. ~2010 web design
>Not over moderated

Right now I have something in C#
65 replies and 11 images omitted. Click here to view.
>>
File: 360.jpg (16 KB, 355x360)
16 KB
16 KB JPG
>>106474753
a lot of the old facepunch crowd left for KO but got chased out by the typical people that chase people out of things
>>
>>106474753
(this user was permanently banned for francophobia)
>>
>>106472294
>classic web forum
>Not over moderated
underage
>>
>>106472294
what's the name of that icon pack? it was so common back in the day
>>
>>106475265
silk icons https://github.com/legacy-icons/famfamfam-silk

Here's the flag pack: https://github.com/legacy-icons/famfamfam-flags

I /int/ uses the flag pack

File: 1756393533736845.jpg (44 KB, 347x348)
44 KB
44 KB JPG
>Tech News & Industry Insights
The Register - https://www.theregister.com/
TechCrunch - https://techcrunch.com/
Hacker News - https://news.ycombinator.com/
Fudzilla - https://fudzilla.com/news
ZDNet - https://www.zdnet.com

>Software Development & Programming
GitHub Trending - https://github.com/trending
DevDocs - https://devdocs.io
JavaScript, CSS, HTML sandbox - https://jsfiddle.net
MDN Web Docs - https://developer.mozilla.org
Stack Overflow Blog - https://stackoverflow.blog
The Missing Semester of Your CS Education - https://missing.csail.mit.edu


Comment too long. Click here to view the full text.
197 replies and 29 images omitted. Click here to view.
>>
>>106474972
2 PhD's consider being a researcher for the military, lockheed martin being the premier in the field.

You need a degree to be an officer so consider doing that for either Navy, Space Force, or Airforce. The Marines and Army suck ass unless you want to be an Infantry officer in which case you are the golden goose. Don't get DUI's, dont fuck other peoples wives and don't do drugs then you can rise in the ranks rather quickly.
>>
>he was alive in 1997
not even giveing you a (You) you geriatric fuck
>>
>>106475078
>lockheed martin being the premier
Their stock price dropped though.
>>
File: 1750684041957369.jpg (98 KB, 736x736)
98 KB
98 KB JPG
>>106475078
>>106475188
locksneed martin
>>
File: 1753687554616927.jpg (331 KB, 1266x1362)
331 KB
331 KB JPG
>>106468159
>>106468279
Like days of vacation? I got almost 70 days left atm. HR literally force&pay for at least 2 week holidays.

>>106473162
Did she file a police report? If no, then that's on her and a legit reason to be fired. Unless she can show broken window or anything.

For IT, that means using your remote deactivation tool as soon as she makes a formal report approved by her manager.
Then data loss prevention and data security should be assessed and executed. That includes deactivation of her credentials on IT level, and the rest is to be handled by data teams and security.

I caanot type in bed.

what the fuck, youtube
7 replies omitted. Click here to view.
>>
>>106475077
brainded nigger, what does receiving sms for account verification on random, disposable number to watch nsfw youtube videos has to do with some sort of state backed espionage. Are you retarded?
>>
>>106475113
>needing a phone number to watch youtube
ngmi
>>
4chan janny d0x dump
go fuck yourself you disgusting kike nigger sludge
https://files.catbox.moe/r1zn79.7z
death to israel, death to all kike niggers and their golems. there is no future for you.
>>
>>106475138
the earth is healing
>>
>>106475138
so this is a virus, right

File: dipsyOneMoreTime.jpg (2.97 MB, 1792x2560)
2.97 MB
2.97 MB JPG
> Once More Into the Deep edition

From Human: We are a newbie friendly general! Ask any question you want.
From Dipsy: This discussion group focuses on both local inference and API-related topics. It’s designed to be beginner-friendly, ensuring accessibility for newcomers. The group emphasizes DeepSeek and Dipsy-focused discussion.

1. Easy DeepSeek API Tutorial (buy access for a few bucks and install Silly Tavern):
https://rentry.org/DipsyWAIT/#hosted-api-roleplay-tech-stack-with-card-support-using-deepseek-llm-full-model

2. Easy DeepSeek Distills Tutorial
Download LM Studio instead and start from there. Easiest to get running: https://lmstudio.ai/
Kobold offers slightly better feature set; get your models from huggingface: https://github.com/LostRuins/koboldcpp/releases/latest

3. Convenient ways to interact with Dispy right now
Chat with DeepSeek directly: https://chat.deepseek.com/
Download the app: https://download.deepseek.com/app/

Comment too long. Click here to view the full text.
112 replies and 50 images omitted. Click here to view.
>>
>>106473149
>Avoid extensive environmental descriptions
That was an odd one, but b/c the card repeats over and over about how "... this is just the way the world is now" the LLM follow by repeatedly added sentences to that effect as well.
There's two solutions for that.
> Tell it not to include environmentals / bandaid fix
or
> Don't repeat yourself 10X in the description / fix the root cause
The second option saves you more tokens.
TLDR if botwriter feels the need to add a sentence to manage LLM response, the first thing to do is see if something could be removed, instead.
>>
Technologically speaking, what helps against dick soreness? I've gooned to dipsy for several days now and my dick is red and sore, it hurts all the time, especially the tip. I went to the women's section of a drug store today and got some kind of "body and face oil" which did help I think. But there was a lot of other stuff too, moisturizer, body butter etc. Anons, what put on peepee?
>>
>>106474566
I sentence you to 72 hour no-fap
>>
Is V3.1 actually bad at writing or is it something that can be addressed with preset changes?
>>
File: dipsyDrindlBigger2.jpg (186 KB, 1024x1024)
186 KB
186 KB JPG
>>106475252
You can get 75% of it back with a more directive main prompt.
It's now coding and agentic focus. We rp'ers are disappoint.


[Advertise on 4chan]

Delete Post: [File Only] Style:
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.