Forgot your password?
typodupeerror

Comment Re:Some people (Score 1) 81

Tickets should be assigned to the buyer like airline tickets and be non transferable to anyone other than back to the venue owner for resale. A fee could be charged for refunding to encourage people to not speculate on their own attendance by buying a ticket anyway while banking on returning it in a way that prevents the venue from reselling it in time.

Comment Re:Some people (Score 1) 81

I actually would have no problem with that so long as those tickets were then assigned to the purchaser and their explicitly named cohort (in the case of a group going) and only redeemable by them. Like an airline ticket. If they could no longer go, or no longer wished, they would have to surrender them back to the venue owner for another auction for some level of refund. This way they (initial potential customer who won the auction) can in no way profit from buying and reselling.

I would also support some small penalty or fee for the return system to encourage people not to speculate on their own ability or interest to attend a limited event.

Comment Re:I'm one of them (Score 1) 79

I haven't had any problems with them for the last 10 years with my personal modems, but I luckily haven't had any modem problems either, so that may be the saving grace.

In my neighborhood they are by far the best choice, because sadly no one else wants to come here. I get 2100/40 Mbps (up says up to 300 but I've never beat 42, my speed test always hits 2100-2300 down though). I pay $85 on an older plan and I DO have a data cap, but I paid ~$40 last year in total overages. I do see if I swapped to a new plan it would be $130/mo and no cap. I'll stick with what I got.

Comment Re:Seems crazy (Score 2) 52

SMUD (Sacramento Municipal Utility District) isn't a private company. It is a publicly owned, not-for-profit electric utility. It is a governmental entity that is community-owned and governed by a seven-member Board of Directors. Those Directors need to be held accountable, and not replace with worse Directors, which I fear is what may happen. I live in Sac and love SMUD, as it is reliable and far less expensive than PG&E. I am sorely disappointed in hearing about this, I certainly thought better of them. I do worry that this will turn into lawsuit(s) that end up costing all the customers money via raised rates to pay for the costs. It is a shame.

Comment Re:They still don't seem to get it (Score 1) 80

As a customer for 5+ years, I can log into the website and change it without talking to anyone. I won't, because my plan is $35/mo cheaper, and I only used $20 in total overages last year. I could though, as that is how I got on my current plan, which I changed 3 months ago, without talking to anyone. Maybe try the site and see if it works for you?

Comment Re:In case anyone is wondering why (Score 1) 80

It seems more like a cash grab to me. I got excited at the headline until I looked at the new plans and they are +$35/mo from my current plan. I currently am at 2,100Mbps down with a cap and swapping to the uncapped 2,000Mbps down increases my bill by $35/month (after factoring in a -$10/mo for paperless billing which I already use). The site would have let me add unlimited data to my plan for $30/mo but I though in the past it was $10/mo and so this looks more like a way to increase monthly income from plans by a significant percentage and less like a company competing for customers. I only paid the overage fee last year once, at $20 for 100GB, when I was setting up new computers for Christmas, so not worth paying more to me at this time.

Comment Re:what about ai? (Score 1) 52

How often? Every bank website log in form I've ever used has a "Forgot Password" option which typically will reset it through the associated email address. Some go the next step of some sort of MFA (SMS, or through an app) to validate identity. I've never had to talk to someone. Admittedly I don't forget my passwords often as I use a password vault so maybe there is a threshold of issue frequency which necessitates a more rigorous authentication.

I certainly expect an AI could be as efficient and successful as a human to get data to authenticate identity, but neither seem necessary given the only way either are going to accomplish the task is to match previously authenticated and validated data points (card number, email address, mailing address, maybe [but hopefully not] social security number). A web form does this much quicker, and at far less expense than either a person or an AI system.

Comment Re:Tell me you haven't been near college in 20 yea (Score 1) 289

I guess it depends on the school, mine followed an Abet accredited program, which at times felt dated. The professors often spoke of the differences between CS and programming, not in a way that came across to me as hinting that one was better than the other. I certainly think my school could have focused more on SWE, but then again I loved the broad exposure we got to many CS areas. You had your basic Algorithm, C, C++, Systems Programming in Unix, etc. There were a lot of non programming classes though, they had some coding but not much, like networking class had some coding for sockets. I had to go to the Physics department to get any Python exposure, through a separate certificate program.

I think that was what the poster you are replying to was trying to get at. Computer Science isn't SWE. SWE is a subset of CS. However, as you said, those graduates did try and get SWE jobs with their CS degrees.

At my state college of no notable repute (class of 23), all CS majors took a pretty broad set of courses in upper division that were intros to areas of computer science. I am listing them below for context, but also because it was fun to reminisce. Titles are there, and brief descriptions, don't feel like you have to read them all to understand my perspective about breadth vs SWE focus. It was mostly just fun to remember what seems like an eternity ago.... been a busy couple years lol.

Upper Division courses:

Data Structures and Algorithm Analysis:
Specification, implementation, and manipulation of abstract data types and their structures: balanced trees, priority queues, sets, hash tables, and graphs; recursion; searching and sorting algorithms; asymptotic analysis; NP completeness; fundamental graph algorithms

Computer Software Engineering:
Single client for whole class, broken into groups to make competing projects - almost all ended up as web pages which we took 0 web dev classes

Networking: Network Architecture:
ISO/OSI reference model, TCP/IP protocol stack, layering. Protocol, encapsulation, socket. HTTP, FTP, SMTP, DNS, P2P, TCP, UDP

Databases:
Entity-Relationship (ER) model; relational model; relational database design by ER-to-relational mapping; design of applications using database technology; SQL

Computer Organization:
Simple logic gates through mux and basic cpu design, Harvard vs von Nuewmann architectures, combinational devices, sequential and synchronized circuits, memory organization, CPU architecture and organization, bus structures, input/output, interrupts, DMA, memory hierarchy

Object Oriented Computer Graphics Programming:
Mobile application development; implementation of event-driven systems; advanced object-oriented concepts such as inheritance and polymorphism; implementation of software design patterns; graphical user interface development; fundamentals of 2D graphics systems. We made a 2D game in Java using CodeNameOne. This was pretty fun and the most intense programming class

Computability and Formal Languages:
Automata and formal languages; regular expressions; pumping lemma; language recognition; parsing techniques including recursive-descent; Turing machines; computable and non-computable functions - this was THE fail out class where the prof bragged about how many students failed and how almost no one got an A and a few Bs per semester

Operating Systems:
  Processes, threads, concurrency, parallelism on multi-processor and multi-core systems, CPU scheduling, inter- process communication and synchronization, deadlocks

Senior Project :
2 semesters with the same group and a client. Gather requirements, run Agile sprints and must deliver at least Minimum Viable Project with documentation and get client acceptance sign off, or you can't graduate. Mostly web apps, I don't think any of my cohort did a C/C++ or Java project. They usually had some full stack elements. Ours had a web front end, used AWS and MongoDB and the client's own API for gathering data from sensors.

Choose 3 electives, you could go more SWE here with advanced versions of other classes such as Advanced Algorithms, Intelligent Systems, Compiler Construction etc. I went cybersecurity with Encryption, Computer Forensics, and Computer Attacks and Countermeasures.

Submission + - China's EV sales set to overtake traditional cars years ahead of west (ft.com)

AmiMoJo writes: Electric vehicles are expected to outsell cars with internal combustion engines in China for the first time next year, in a historic inflection point that puts the world’s biggest car market years ahead of western rivals.

China is set to smash international forecasts and Beijing’s official targets with domestic EV sales — including pure battery and plug-in hybrids — growing about 20 per cent year on year to more than 12mn cars in 2025, according to the latest estimates supplied to the Financial Times by four investment banks and research groups. The figure would be more than double the 5.9mn sold in 2022.

At the same time, sales of traditionally powered cars are expected to fall by more than 10 per cent next year to less than 11mn, reflecting a near 30 per cent plunge from 14.8mn in 2022.

Submission + - US Army Soldier Arrested in AT&T, Verizon Extortions (krebsonsecurity.com)

An anonymous reader writes: Federal authorities have arrested and indicted a 20-year-old U.S. Army soldier on suspicion of being Kiberphant0m, a cybercriminal who has been selling and leaking sensitive customer call records stolen earlier this year from AT&T and Verizon. As first reported by KrebsOnSecurity last month, the accused is a communications specialist who was recently stationed in South Korea. Cameron John Wagenius was arrested near the Army base in Fort Hood, Texas on Dec. 20, after being indicted on two criminal counts of unlawful transfer of confidential phone records. The sparse, two-page indictment (PDF) doesn’t reference specific victims or hacking activity, nor does it include any personal details about the accused. But a conversation with Wagenius’ mother — Minnesota native Alicia Roen — filled in the gaps.

Roen said that prior to her son’s arrest he’d acknowledged being associated with Connor Riley Moucka, a.k.a. “Judische,” a prolific cybercriminal from Canada who was arrested in late October for stealing data from and extorting dozens of companies that stored data at the cloud service Snowflake. In an interview with KrebsOnSecurity, Judische said he had no interest in selling the data he’d stolen from Snowflake customers and telecom providers, and that he preferred to outsource that to Kiberphant0m and others. Meanwhile, Kiberphant0m claimed in posts on Telegram that he was responsible for hacking into at least 15 telecommunications firms, including AT&T and Verizon. On November 26, KrebsOnSecurity published a story that followed a trail of clues left behind by Kiberphantom indicating he was a U.S. Army soldier stationed in South Korea.

Slashdot Top Deals

Nothing will ever be attempted if all possible objections must be first overcome. -- Dr. Johnson

Working...