Details
-
AboutProgramming for fun and to create small utilities to make life better.
-
SkillsPascal, Delphi and Ruby. Learning ClojureScript for Android phone. Using phone due to disability, yuck.
-
LocationMaumee, Ohio US
-
Website
-
Github
Joined devRant on 2/17/2021
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
Has anyone used Mojo? It's an AI language that supposedly incorporates the ease of Python and the speed of C.3
-
Elon musk shocks the world by putting a new headquarters on Alcatraz Island. It goes right along with his 12 hours a day 7 day a week hardcore workforce.2
-
Accidentally ran across a TCM movie named Vera Cruz. I was a bit shocked to see breasts naked female breasts in that movie. Of course they were Mexican breasts but what the heck I like tan.1
-
Theregister.com is wrestling with gpus that need 700 Watts of juice and how to cool them. 50 years ago I was reading an excellent magazine called "Electronics". And I remember that IBM came up with a scheme to absorb enormous amounts of heat from chips. You simply score the underside of the chip in a grid pattern and pump water through it. Hundreds of watts per degree Celsius can be removed. Problem solved.4
-
Elon musk has shown himself to be a terrible person, a worse manager and someone who hasn't a clue of what a code review is. A summarily fires so many people that he can't find someone to open the doors for his big in person meeting or the vet the badges. He offers 3 months termination pay or you can work 12 hours a day 7 days a week hardcore. But none of the payroll people are around anymore either. Critical subsystems have not a single engineer left to work on them. He's paranoid that employees will sabotage the software. But I think he's doing such a good job it would be impossible to tell that anyone else was helping him.
An engineer wrote a prescient seven page report listing problems ahead including user verification. So Elon twit-fired him.
Also entirely predictable is the stress that the world cup will put on the system beginning today, I believe. He doesn't "like" microservices.
I work for the psychiatrist once who barely needed to sleep. Maybe Elon can function with 12-hour days week in week out. But it's cool to think you're going to squeeze substantially more work out of people by doubling their hours. More likely you will more than double their errors and what will that do to you budget? 50 years ago IBM determined that the best way to improve programmer productivity was to give each one their own office.
I can't believe he's whining over spending 13 million dollars a year on food. That is so far from being a strategic item. Soapbox out.28 -
"Okay, this is way OT but here it goes. Back during the GW Bush days I noticed something strange. All five TV networks suddenly started using human(s) to refer to us. Gone were humanity, humankind, mankind (!), people, person(s), us, we and human beings I about barfed when I watched an ingenue said her best girlfriend had found a wonderful human to marry.
I see three problems. One is the way putative competitors started this newspeak in lockstep. Another is the degradation of English. The last is the loss of emotional content. Saying "Humans are responsible for climate change." is so blah it's like somebody else is responsible, like Martians, maybe like somebody else is responsible, Martians, maybe.
I apologize for the wording of this rant but I am forced to use a phone with one hand due to severe injury.3 -
Why is it that search engines behave differently when you're using a mobile device versus a computer? I get far better results using a computer. On the mobile device the meta characters don't seem to work very well. For instance, I will use a minus sign to exclude a word or phrase and a whole lot of the results come back with that word or phrase in them. All you're doing is sending a string up to the cloud where the lookup occurs. What's the difference between sending a string from a mobile device or a computer?
-
Quick question. Is the iPad Pro with M1 chip decent to do some hobby programming? Due to being bedridden, I have tried to use a phone but have yet to find a way to play with text files. The ecosystem overhead is enormous and all of it requires a computer.
I have run code in a number of langs but they refuse to access files I created, by hand.
I just wonder if you can use a 6gb tablet by itself? I started with 4k bytes back in the day. A million times the RAM should do something, right?7 -
Surely to God there is a way to write simple code on an Android 10 phone without a computer. My Moto G7 Super has 3GB RAM and 8 processors.
The UI will suck but shoot me already as I can't use a computer right now. The major problem is file access as the languages I have used are run in the cloud.
Any advice is welcome. At this point am agnostic re language.
Any suggestions?4 -
Due to disability I have to use a phone mostly. What possess people to create illegible web pages? Text is the opposite of bold. Links are a light blue which gives no contrast.
To top it off, some pages won't expand. Others do but don't wrap the text. How smart would a preprocessor have to be to seamlessly feed it's output to a browser? Probably GPT-3 could do it. -
I hate to even ask but...Thot I'd fool with the Zodiac cipher, Z408. Managed to paste the frequencies of English letters into Android Drive. Multiply that by 408 gives the expected # of letters. So I drag the 1st equation down the column to select the cells but that's ALL it does. Have used 2 other sheets, same thing. What's going on?1
-
I can't take it anymore. What is the name of the web server that does not use a conventional OS? It has it's own OS tailored to the task. Have searched my dead butt off, no joy.3
-
Way, way back when IBM discovered, gasp, that the largest gain in programmer productivity was giving each one an office. Have also read it takes 15 min to regain train of thought after an interruption. What is pair programming doing to us and worse open offices? And phones?6
-
Are we not headed to dictatorship? Red states are again making it harder for the minority and young voters to vote. After the Supreme Court voted to stop supervision of Southern states, 1200 DMV offices were closed. But the super threat is states like Georgia will have Republicans count the votes if "irregularities" are found. How Stalinesque of them.4
-
Folks should give Clojure a look. It may be Lisp on steroids. Need to wrap your brain around macros to use it properly. It's interpreted so it must be slow, riiight?
Not so, er, fast.Ran across a discussion re C++ vs Clojure running data acquisition at 100 MBPS or better. Bottom line, original Clojure code was sped up 76.6x and blew the doors off the C++ code.
Be warned, a number of optimization steps were required. The end result blew me away. Had a link I wanted to insert but it's not on my phone and I may have re-installed Linux wiping it out. Have looked for the post for hours, no joy.
https://clojureverse.org/t/...6 -
How to write programs on Android 10 that work with files/directories? Have used a number of JVM-based languages like Groovy, Clojure and Kotlin.
My last try was with Groovy. I ran it under Dcoder which has to be cloud-, based as it supports numerous languages. I gave it permission to access storage but got a file not found error from Java. Copied this excerpt for the file path.
import java.io.File
class Example {
static void main(String[] args) {
new File("/storage/emulated/0/read_file.grvy").eachLine {
line -> println "line : $line";
}
}
}
Do I need root? Do I need to change file permissions using Termux? Why can't I find a way to write simple software on a Motorola Super, 3 GB RAM and 8 cores? I hate using a phone for a computer but a seizure has me in a nursing home with only one usable hand.
Any help is greatly appreciated.5 -
Tried to reply to @Fast-Nop who had replied to someone wondering if C would be a good first language.
IMHO C should have been put to sleep ages ago. A few years ago I downloaded the latest, greatest C Standard. For a language billed as small and simple (by many) it was over 800 pages long. Still there's a lot that's unspecified like order of evaluation of function arguments. Int etc is implementation dependent. And error handling, let's not go there. The macro assembler throws away all the semantics leaving behind a cryptic value. It's a complex language due to the innumerable interactions possible.
It's been called assembly language for the PDP-11 minicomputer. Recently learned that even the VAX-1 was built from SSI chips like the 4-bit 74181 ALU. The VAX.
Anyway I had several excellent books on programming style written by Henry Ledgard. He despaired of making C look readable. I commend his books which are so old that the code is UPPERCASE A lot of he wrote had to do with program design, naming things, writing good comments and that the visual shape of a program assists mental clarity.23 -
Ok, I started a reply and realized that I forgot the dance of doom to verify my email address. So I copied the text and came back. Can't find my place.
AND how do you search for posts?2