Host the planet edition.Previous: >>106433834.READ THE (temp)WIKI! & help by contributing:https://igwiki.lyci.de/wiki/Home_server/hsg/ is about learning and expanding your horizons. Know all about NAS? Learn virtualization. Spun up some VMs? Learn about networking by standing up a OPNsense/PFsense box and configuring some VLANs. There's always more to learn and chances to grow. Think you’re god-tier already? Setup OpenStack and report back.>What software should I run?Install Gentoo. Or whatever flavor of *nix is best for the job or most comfy for you. Jellyfin/Emby/Plex to replace Netflix, Nextcloud to replace Googlel, Ampache/Navidrome to replace Spotify, the list goes on. Look at the awesome self-hosted list and ask.>Why should I have a home server?De-botnet your life. Learn something new. Serving applications to yourself, your family, and your frens feels good. Put your tech skills to good use for yourself and those close to you. Store their data with proper availability redundancy and backups and serve it back to them with a /comfy/ easy to use interface.Comment too long. Click here to view the full text.
>>106511650nigga u filter by subnet at your firewall, your wireguard clients probably in 10.8.0.x/24
>>106511650>iptablesYou start by forgetting iptables ever existed and learn nftables.
So Instead of buying a ubiquiti access point I want to buy some used router and set it to AP mode for my opnsense firewall machine and switch. Basically I'm building my own ass router. Whats a good model/brand to go for?
>>106516808>for my opnsense firewall machine and switch. Basically I'm building my own ass router.You could just add a wireless card.
>>106516808why not buy a good pcie wifi card and use that? that's what an ap is really doing, internally it'll have an arm computer with a wifi peripheral using all of the i/o bandwidth.
Agile methodology has revolutionized the software development industry by providing a more flexible and adaptive approach to project management. Traditional waterfall methodologies often involved lengthy planning phases and rigid requirements, which could lead to delays and products that did not meet the evolving needs of customers.Agile, on the other hand, emphasizes iterative development and continuous improvement. It involves breaking down projects into smaller, more manageable tasks and delivering working software in short cycles called sprints. This allows development teams to respond quickly to changes in requirements or market conditions.Key principles of agile methodology include:• Individuals and interactions: Over processes and tools. Agile teams prioritize strong communication and collaboration among team members.• Working software: Over comprehensive documentation. The focus is on delivering a functional product that meets the customer's needs.• Customer collaboration: Over contract negotiation. Agile teams work closely with customers to gather feedback and ensure that the product aligns with their expectations.• Responding to change: Over following a plan. Agile teams are prepared to adapt to changing circumstances and prioritize flexibility.Popular agile frameworks include Scrum, Kanban, and Extreme Programming (XP). Each framework offers a specific set of practices and roles, but they all share the common goal of delivering high-quality software efficiently.Benefits of using agile methodology include:• Increased customer satisfaction: By involving customers throughout the development process, agile teams can ensure that the final product meets their needs.• Improved product quality: Through continuous testing and feedback, agile teams can identify and fix defects early in the development cycle.
Thank you, AnonGPT!
>>106513794Fuck agileFuck TDDFuck scrumFuck OOP
No amount of cargo cult methods is going to make unproductive workers more productive.
>>106513794Scrum comes from "scrotum" after removing the overtime. Kanban is derived from "can ban". XP hopes to ride on the success of the last good Windows. Why are there three? When do they disagree? Why can't they define themselves without reference to waterfall cybernetics?
>>106513794if product employees would just tell me their desired end state instead of this agile scrum bullshit and leave me alone for a month or whatever length of time is needed we would get more done. yes involving your customer (your PO) is good but they often have no clue and all the decision making happens in meetings with clueless c suites or directors with no engineers present. Maybe some overpaid giga engineer who got to their position by bootlicking and corporate political stunting. The need to have a working MVP every sprint is retarded if nobody is actually interested in the MVP and instead just want to get to the end product.
>>106388854"An idiot admires complexity, a genius admires simplicity."--Terry Davis>CyberpunkThe FAQ: https://sizeof.cat/post/cyberpunk-faq/What is /cyb/erpunk?: https://pastebin.com/pmn9vzWZHow do I into /cyb/erpunk?: https://pastebin.com/5tpNFQdsHuge list of cyberpunk media: https://sizeof.cat/post/cyberpunk/The cyberdeck: https://pastebin.com/7fE4BVBgCyberlife: https://jinteki.industries/files/cyberlife.7zBibliothek: https://www.mediafire.com/folder/4m5hd2065hde8/Bibliothek>PrivacyTools: https://www.privacyguides.org/en/tools/Comment too long. Click here to view the full text.
Somebody is hacking the Gibson: >>106502216
>>106511648That's so cool! Why can't I hack anything?
>>106514976Just read up on reverse engineering, soft start by following Hackaday. Instant gratification doesn't work, and those who try by way of LOIC are quickly brought to an end.
>>106510136>faster at what?Most likely at ejaculation.
>>106496489Another slow night...
And just think. All the software in this image was made by people, in their free time, for no pay.
>>106509884really interesting point i never saw it expressed that way.in that way its also the same as us posting on 4chan, its free, and its all about exchanging ideas for humanity
>>106509879>Use software>Hey this is pretty good>No updates after a few months>No updates for years>Check github, he just moved on to a different unrelated project>Someone asked if there will be an update and he says no, he already got bored>Now I must use a different, worse version someone else made, then repeat cycle
>>106512469update it yourself then
>>106509879It's free, but it's not unpaid.When you develop a software that is not available, you're paid in the form of the software.
>>106511133Checked>>106509884Wrecked
Why are you not using the GOD stack, /g/?
What is this, 2020 coding youtube? Who gives a fuck about a stack? How brown are you?
>>1065163352020 was 17 years ago =[
>>106515633Why not just Odin?Is it not ergonomic enough for ordinary tasks?
>>106516980No green threads and capturing lambdasIf you are making a web server this is super usefulAlso for webservers, GC is kinda recommended
>shitlang only useful because of its ecosystem and DX>memelang with cool features but no ecosystemtruly a match made in hell
So, why do you guys hate it? I've been playing around with it lately and it's fun. It's not really shoving anything down my throat. It's easier to debug. It cuts down on C's tedium without weird abstractions or performance sacrifices. It looks like it could become a sane C replacement if enough people adopted it.
>>106513837I like it, but it makes me think about how spoiled a C programmer is when it comes to number of platforms supported (all). Odin has very limited spotty support for anything not x64.
C is ok enough, next time I do 3D stuff I'll try Odin instead of sepples.
>>10651383799% of us don't hate it, we simply have never given it a try. Do you assume that everyone who hasn't seen your favorite anime hates it?
>>106513837nobody really hates it. if anything it's universally agreed it tries to solve a bunch of QoL with C. it's simple in it's scope and the author made it with a purpose by using it at his job (physics simulations). llvm is the pain point but I can't think of anything else that would keep it performant at runtime
I haven't come across anyone who actively hates Odin.Most just ignore it.
Is it just me or is 5g not that much faster?
>>106516336i mean, its a 5g router hooked up to data. but i ethernet plug it into my tower.and youd think this would be really bad but it doesnt fuck up at all really
>>106516285On average it's faster but as less people use 4G LTE you'll the impression that it's not much of an upgrade. The latter will fall to single digit Mbps speeds when too many people are connected but 5G on the otherhand has so much tard strength that you'll still be able to see hundreds of Mbps even when there's like 100 people using a 5G tower at the same time to torrent.However a huge downside is the range and wall penetration of 5G is dogshit so it's not as reliable as 4G LTE in many scenarios.
>>106516307based
Being born gave me cancer.Breast milk healed it. Exposure to school play ground equipment in the 90s gave me cancer. Josta cured it. The mayonnaise in Blimpie subs gave me cancer. Exposure to thermal paste cured it. Turning on my computer with the 8 pin plugged into my PSU instead of my GPU gave me cancer in an instant. Gooning to vacuum suction porn made me nut all the cancer out.Covid vax gave me cancer.5g healed it.Cesium 137a gave me cancer again.Smoking weed cured it.Smoking cigarettes gave me cancer.6g is gonna heal it.Cancer is pretty much nothing to a regular American at this point.
if i disable 5g now i get dial up speeds
this is !THE! C language for web dev. the simplicity of C is captured.Rob Pike & Ken Thompson you are the bestyour legacy will live on forevero7
>>106515479> niche application optimized for javaMost apps mostly do matrix multiply operations and nothing else
>>106515259>Using syntax sugar for middleware is somehow as bad at Java Spring vomitOk lol
Are Rob Pike & Ken Thompson good people? Personally, are they based? C is pretty retarded but I don't mind.
>>106512626>gojeets seething about the fact that they use a neutered language literally designed for mega corporations to hire h1b hordes and teach them the easiest language to vibe code in
>>106516165The go compiler is a hacked version of the Plan 9 C compiler.No such design decisions likely occurred.I imagine, it could be hacked back if needed.Go is so similar to C it’s not funny.It’s basically built-in some of the stuff C++ can accomplish with massive add-on libraries like the STL.Not much more complicated than that.
Literally can't use the internet without it
>>106516598I used to think the same, then I noticed the issue is Javascript.
>>106516706Adguard is better at blocking ads with its default lists (which ublock uses as the bulk of its defaults), but the zapper in UBO is better than using Adguard.
>>106516598A fine addition to supporting browser like Chromium-based stuff and Firefox. Even for cucks using Edge.
>>106516706uBlock is better because it works and I already have it, so zero effort
>>106516706Doesn't work on jewtube IIRC
Hello: In this machine, at time to turn on and at time to turn on whit more intensity if spend a lot of time without turn on, can i smell one queer smell, similar to burn plastic of the cable or motherboard. ¿What is this smell? ¿What of toxic it is this smell?One time can i ser one book of intructions and say the read: «¡TURN ON THIS MACHINE OUT SIDE!» or one similar message.Regards
Prescribed application of alcohol isopropyl 70-90% y fuego para los dust rebooking mucho folicilar degradation
this thread is borderline incomprehensible, what the fuck happened to this place?
>>106514471india superpower by 2020
>>106514471fucking retard
>>106516145 Me a be we a see a ting but we do a shiggy ISHYGST
lossless scaling edition/gedg/ Wiki: https://igwiki.lyci.de/wiki//gedg/_-_Game_and_Engine_Dev_GeneralIRC: irc.rizon.net #/g/gedgProgress Day: https://rentry.org/gedg-jams/gedg/ Compendium: https://rentry.org/gedg/agdg/: >>>/vg/agdgGraphics 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.Previous : >>106467928
stole color picker design from blender. Color correction is off but that's pretty much it for the time being.
>>106513995simple noita clone. Its small enough that you can keep it in your head and you won't have to read retarded papers on voxel shit. t. wasted weeks reading papers on voxel shit and nothing works for real time games on toasters.
>>106514842>it uses pointers for dynamic buffer and descriptor writes/bindingsvulkan has that through extensions
>>106513719I'm going to keep it real with you, I've developed a realtime SVG renderer myself and I think you're in it for the wrong reasons. It's not an easy task and everything you've shown me so far is achievable with SDFs. I hope you're aware SDFs do not need to have blurry edges, you can guarentee pixel-perfect antialiasing by using the pixel's derivative (ddx / dfDx) in your fragment shader. As far as fidelity, use multi-channels SDFS (MSDFs), which can have sharp features, and generate an atlas. I promise you will not have fidelity issues.If you're really committed to having dynamic SVGs that are evaluated at runtime, I still don't see why you need the winding order for anything that you've shown me. The winding order is really only necessary for handling self-intersecting paths, for the paths you've shown me your results could be achieved by caching the roots of the curves which comprise your path with respect to an axis, like the y axis, then using them to render the filled path in a fragment shader. You could use this to have a unified rendering system between dynamic and static svgs, as you would only update the cache when a path changes and needs to be reevaluated. I strongly suggest you consider this before messing around with vertices and winding orders.
>>106516322Yeah, I'm not sure if this is going to work. There's no way a shader that draws from SVG data can outperform a shader that simply draws a plain SDF texture. From my experience, shaders are fastest when you do everything in the simplest way possible, there's no magic shortcut.Maybe he'll get something out of creating an SVG editor, because that does sound pretty goddamn cool, but I doubt that will work for real time applications, ie. a game.Here's another test with the "SDF" filter (it's more like a sharpening filter). Note how well it works for a flatcolor drawing. It would work for a game in which the artstyle is based around thick outlines and flatcolors (ie. Hollow Knight). I'm not going to use it because it does not fit the style of my game, but it's good enough.
This is the internet now.
>>106515204lol the freetards have been entirely infiltrated you god damn moron. turns out that inserting an nsa agent into a open entry system is very easy!
>>106512300it's bots anyway faggot, this it to keep humans out.
>R.U. SiriusLeave that foggot back in the 90s
>>106512291>setup yahoo email 27 years ago, entered fake made up recovery email because fuck you, we had security question anyway.>FF to now, they deleted the security questions and require the code from that fake email, cant get it, account is forever gone.oh well, dont really need it but fuck off with this shit.
>>106512350If someone steals your phone, you'll completely lose access. 2FA is a scam.
>tfw my boss shares this on LinkedIn, unironically, as "the hackers' toolkit"
>>106515779this
>>106512407so can very old 3com nic too you might remember those
>>106511506>*listens to darknet diaries once*
>>106512407not really. if you use kali inside a VM and pass a USB wifi card, you shouldn't have any problems whatsoever... (unless you use windows as the host, IIRC)
>>106511506Where's the dragon dildo
>power button turns on the phone when its off>power button allows you to enter your phone and turn off the screen>holding power button DOES NOT let you turn your phone off, you must swipe down to open quick settings and click on the icon to restart the phone>holding power button DOES activate some stupid AI speech searching bullshitthis shit is so fucking stupid ive come across multiple phones with this dumbass shit it makes me angry AHHAHHHH
>>106514548but how would they shove AI garbage down your throat?
>>106513198Hold power + volume down to hard power off / reboot, at least on Android. You should really only do that if it's crashed though, same reason as why you shouldn't randomly cut power to your PC. On most phones holding the power button when the screen is on brings up a menu where you can shut down, reboot, etc.
>>106514548>>106515635Not everything is about AI. This one is because most people want their phone to ring if someone calls it, and it can't do that if it's off.
>>106514137>OS provider randomly changes your settings without telling you>No instruction on if these changes are reversible or if old behavior is still even accessible>"This is le good! Just poke around in menus whenever anything changes and hope the options are still there."You are a retard.
>>106513198Stop buying Apple products
Vamp Edition>Not sure what private trackers are all about?A private tracker is an invite-only torrent website. Each member shares common goals: collecting, preserving and discussing media.>Have a question?- FAQ https://archive.is/UVQkn- WIKI https://igwiki.lyci.de/wiki/Private_trackers- NEWFAG PYRAMID https://inviteroute.github.io/graph or https://inviteroute.github.io/sheet/- STUDY https://www.cambridge.org/core/services/aop-cambridge-core/content/view/2F379FE0CB50DF502F0075119FD3E060- SPREADSHEET https://hdvinnie.github.io/Private-Trackers-Spreadsheet/- TEN CURRY COMMANDMENTS https://pastebin.com/raw/dBbdE73M (embed) (embed)- TEN NEON COMMANDMENTS https://pastebin.com/raw/Ud2pGYaE (embed) (embed)- RED SPAMMER'S BIBLE https://rentry.org/69zbxh4hComment too long. Click here to view the full text.
>>106516485I got in through BTN
>>106516406hm
>>106516485cg
>>106516375CG is cinemageddon, not CGPeers
who knew men and women contain carbon? glad we finally figured that out