#Developer Software
Explore tagged Tumblr posts
Text

x
17K notes
·
View notes
Text

Tripod Turnstile Overview Tripod Turnstile, Swing Turnstile, and Flap Turnstile( RS Security Co., Ltd: www.szrssecurity.com) are contemporary control tools for pedestrian flows. They are utilized in position where the entryway as well as leave of people need to be managed, such as clever neighborhoods, canteens, hotels, galleries, gymnasiums, clubs, trains, stations, docks, etc area. Using Tripod Turnstile, Swing Turnstile, and Flap Turnstile can make the circulation of individuals orderly. Tripod Turnstile, Swing Turnstile, Flap Turnstile are used in combination with smart cards, fingerprints, barcodes as well as other recognition system tools to develop a smart access control channel control system; they are utilized in combination with computers, access control, presence, charging administration, ticket systems and other software to form a The intelligent Turnstile Gate detailed monitoring system can recognize functions such as accessibility control, attendance, intake, ticketing, and also current restricting. This Turnstile Gate management system becomes part of the "all-in-one card" and is set up at flows such as areas, factories, clever buildings, canteens, etc. It can finish various management features such as staff member card travel control, presence at leave job and also meals, and dining. Tripod Turnstile system features Fast and hassle-free: read the card in and out with one swipe. Use the accredited IC card and wave it in front of the smart Tripod Turnstile viewers to finish the Tripod Turnstile gate opening and also fee recording work. The card analysis is non-directional and the analysis and also writing time is 0.1 seconds, which is rapid as well as hassle-free. Safety and security as well as discretion: Use history or neighborhood confirmation, accredited issuance, as well as special identification, that is, the card can just be made use of in this system, and it is safe and private. Reliability: Card radio frequency induction, stable and trusted, with the ability to court and believe. Versatility: The system can flexibly set entry as well as exit control personnel consents, period control, cardholder legitimacy and also blacklist loss coverage, adding cards as well as other features. Versatility: Through consent, the customer card can be made use of for "one-card" administration such as parking, participation, gain access to control, patrol, consumption, and so on, making it easy to understand several uses one card. Simplicity: Easy to install, basic to attach, the software program has a Chinese user interface and also is very easy to operate. Tripod Turnstile, Swing Turnstile, and Flap Turnstile( RS Security Co., Ltd: www.szrssecurity.com) are modern-day control tools for pedestrian passages. The usage of Tripod Turnstile, Swing Turnstile, and Flap Turnstile can make the circulation of individuals orderly. Use the accredited IC card and wave it in front of the wise Tripod Turnstile viewers to finish the Tripod Turnstile gate opening as well as fee recording work.
#Tripod Gate Turnstile#Barrier Fence#Swing Turnstile#Traffic Barriers#Magnet Smart Lock#Developer Software#Pcb Board Turnstile#Rfid Uhf Sticker Tag#Access Control Office#People Counting Camera
0 notes
Text
北へ。/ Kita e. White Illumination (1999) Sega Dreamcast
#Kita e. White Illumination#vn#the y2k~ era of console visual novels are such an untapped repistory of interesting and experimental imagery#most of them never get dumped anywhere because they’re non-h#inaccessible etc.#but the physical data limitations paired with newly developed art software creates stuff you couldn’t really make if you were trying to#and incidentally industrial trade occupations is perhaps my favorite underrepresented type of gap moe
1K notes
·
View notes
Text
Hello there!
so, here's the deal:
I, a burnt out autistic highschooler, want to create an app for therians (as a therian myself).
Here's the basic features:
A database full of information on as many animals as possible (that can and will be updated!)
Blank templates for otherkins!
Each user has a profile- public or private- and can add theriotypes and notes about those theriotypes!
A journal feature where you can add pictures, drawings, and notes to a digital journal, similar to a glorified notes app lol- and you can make certain parts of your journal public or private!
Packs!
What are packs?
Have some word soup as an explanation: Basically if you want to create a pack to either make friends or add your friends, you can submit a pack request, where you explain why you want to make a pack and if you have specific people in mind to join, and I'm thinking that I don't want it to be like everyone has their own pack or whatever so that's why it has to be approved and stuff like I don't want too many different packs. Basically it's like a discord server or an amino thingy it's a big group chat and the pack creators can set up virtual events and send out pings like "hey! Join this zoom call if you wanna do some arts and crafts!!" Or smth like that
It's a database and a community!! If you would like to help out, please please please send an ask!! I would love all the support I can get!
P.S.
BE NICE AND DRINK WATER
#therian#alterhumanity#alterhuman#therianthrope#coding#programming#software development#therianthropy#therian community#therian things
2K notes
·
View notes
Text


#I know this has been posted but I wanted to include the part about him helping with developing software for F2 and F3 sims#our smart boi our superstar our world champion right there!#max verstappen#f1#testing
241 notes
·
View notes
Text
the past few years, every software developer that has extensive experience, and knows what they're talking about, has had pretty much the same opinion on LLM code assistants: they're OK for some tasks but generally shit. Having something that automates code writing is not new. Codegen before AI were scripts that generated code that you have to write for a task, but is so repetitive it's a genuine time saver to have a script do it.
this is largely the best that LLMs can do with code, but they're still not as good as a simple script because of the inherently unreliable nature of LLMs being a big honkin statistical model and not a purpose-built machine.
none of the senior devs that say this are out there shouting on the rooftops that LLMs are evil and they're going to replace us. because we've been through this concept so many times over many years. Automation does not eliminate coding jobs, it saves time to focus on other work.
the one thing I wish senior devs would warn newbies is that you should not rely on LLMs for anything substantial. you should definitely not use it as a learning tool. it will hinder you in the long run because you don't practice the eternally useful skill of "reading things and experimenting until you figure it out". You will never stop reading things and experimenting until you figure it out. Senior devs may have more institutional knowledge and better instincts but they still encounter things that are new to them and they trip through it like a newbie would. this is called "practice" and you need it to learn things
222 notes
·
View notes
Text
Ok. I am going to let you in on a secret about how to make programming projects.
You know how people write really good code? Easy to read, easy to work with, easy to understand and very efficient?
By refactoring.
The idea that you write glorious nice code straight is an insane myth that comes from thinking tutorials is how people actually code.
That is because programming is just writing. Nothing more. Same as all other writing.
The hobbit is ~95000 words.
Do you think Tolkien created the Hobbit by writing 95 thousand words?
Of course not! He wrote many many times that. Storylines that ended up scrapped or integrated in other ways, sections that got rewritten, dialog written again and again as the rest of the story happened. Background details filled in after the story had settled down
Writing. Is. Rewriting.
Coding. Is. Refactoring.
Step 1 in programming is proof of concept. Start with the most dangerous part of your project ( danger = how little experience you have with it * how critical it is for your project to work )
Get it to do... anything.
Make proof of concept code for all the most dangerous parts of the project. Ideally there is only 1 of these. If there is more than 3 then your project is too big. ( yes, this means your projects needs to be TINY )
Then write and refactor code to get a minimum viable pruduct. It should do JUUUUUST the most important critical things.
Now you have a proper codebase. Now everytime you need to expand or fix things, also refactor the code you touch in order to do this. Make it a little bit nicer and better. Write unit tests for it. The works.
After a while, the code that works perfectly and never needs to be touched is hard to read. Which does not matter because you will never read it
And the code that you need to change often is the nicest code in the codebase.
TRYING TO GUESS AHEAD OF TIME WHAT PARTS OF THE CODE WILL BE CHANGED OFTEN IS A FOOLS ERRAND.
( also, use git. Dear god use git and commit no more than 10 lines at once and write telling descriptions for each. GIT shows WHAT you did. YOU write WHY you did it )
Is this how to make your hobby project?
Yes. And also how all good software everywhere is made.
#codeblr#software#developer#software development#software developer#programmer#programming#coding#softeware
300 notes
·
View notes
Text

#programmer humor#programming#geek#nerd#programmer#technology#computer#phone#mac#windows#os#operating system#website#web development#dev#developer#development#full stack developer#frontend#backend#software#hardware#html#css#meme#despicable me#gru#joke#software engineer#apple
434 notes
·
View notes
Text
I made a support request with a vendor asking if there’s a way to leverage the logic they already have for determining what counts as a business day (it is very critical that this is done exactly correctly and that it never breaks in the future if nobody is maintaining it) when using their API since I didn’t want to have to maintain a separate source of truth for it, and in their response they said:
it is not too hard to do date/timestamp arithmetic
which any developer who has done date/time arithmetic knows is the understatement of the century
Famously everyone thinks so until they take down an important system by forgetting about DST, or leap years, or that leap years don’t happen every 100 years, or that they do happen every 400 years, or not considering implications of people using different calendar systems, even if they’re just slightly different like having weeks start on a different day, or they consider whether the first week of the month is the first full week or the partial week before that, or they format it in a different order.
Then when they finally think, “OK, but I know about that,” then they learn about the leap second, or the negative leap second.
So yes, date math is “too hard”.
585 notes
·
View notes
Text
299 notes
·
View notes
Text
BETTER CALL SAUL!
#this was mostly a test run on procreate dream!#its pretty good but it has a LOT of room for improvement#which i know the developers have been working on since the app is still technically in beta!#but hey i did this in like 3 weeks while working a full time job and also working on other art so#its pretty damn powerful software#good shit if you use procreate already!!#literally the biggest flaws rn are a lack of selection tool an undo/redo button and#and the app itself has a tendency to crash or slow down if theres “too much” going on#like i had to delete all but one of the preloaded animations just so the app would run smoother while i worked#so its still very clearly in its early phase but its good and im excited to see what the developers will do with it#ok review over#better call saul#saul goodman#bcs#jimmy mcgill#breaking bad#animation#brba#video#procreate dreams
753 notes
·
View notes
Text
Tonight I woke up at 4am due to considerable stomach pain, and in my half-sleep I was very convinced that it was because of a bug in a script my belly was running, and I spent half an hour dream-debugging it to no avail until I finally realised that my belly doesn't run scripts
150 notes
·
View notes
Text
Hi there! Embwee here!
I've been working on a web app that lets you create custom emojis using twemoji components - so you can make custom emojis for your discord server, twitch community, or simply for fun!
You can try it out below! I'd love feedback to influence future development of the project ~~
This app currently is not fully supported on mobile devices. Mobile support has been added!
134 notes
·
View notes
Text
Devs (2020)
#devs#scifi#movies#office#computers#tech#monitors#cyberpunk aesthetic#programming#coding#software engineering#3d animation#motion graphics#graphics design#developers & startups#stephen mckinley henderson#alison pill#alex garland#cailee spaeny
58 notes
·
View notes
Text
the current landscape of webdev needs to know that I don't need web applications that scale up to millions of users, I need web applications that scale down to 5 users or less
208 notes
·
View notes