Project Suggestion
-
Very true. MS has not allowed VB to keep up with C#, unfortunately.
Oh, OK. Perhaps they want to wean people off it, long term.
Paul Sanders. If I had more time, I would have written a shorter letter - Blaise Pascal. Some of my best work is in the undo buffer.
-
Choroid wrote:
Cutlist Optimizer - optiCutter[^]
I read CULTIST Optimizer and wondered what the hell that was about :laugh:
Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript
-
Oh, OK. Perhaps they want to wean people off it, long term.
Paul Sanders. If I had more time, I would have written a shorter letter - Blaise Pascal. Some of my best work is in the undo buffer.
I think that is the reason. But it is unfortunate. Having a slightly more productive language, that is as capable as C# (they both produce MSIL anyway), not saddled with the no-longer-necessary curly brackets and semicolons would be a good thing.
-
First this is NOT a Programming Question NO CODE is requested I am the recipient of 3 new arteries to the old ticker and more limitations than I care to mention Preferably a VB.Net project suggestion. Something with a SQLite Database What I have written Password Keeper, Check Book, Code Vault, Card Printer, Label Machine, Diary, Best YouTube Links GAMES that were no fun Pong & Breakout Thought about this concept but it seems beyond my ability Cutlist Optimizer - optiCutter[^]
This is simply the napsack problem with additional constraints... And the constraints are what makes these problems hard. Also, what's doing the cutting? A Shearing Device or a Laser or a water cutter. If a laser and it's metal, does/will it affect the tempering. (Why water cutting is preferred, IMO) Thickness of the metal, and smallness of the part. Imagine using a Water cutter to make a 15 micron washer! Good luck with that! I guess my next question is... Why? Why do you want to write some software. It's a skill you have. It seems like you could use getting involved with WALKING daily to help the ticker... After you get a decent WHY then target helping some local Food Bank, or other Volunteer Heavy Business. Heck, maybe get involved with the local high schools, and the Volunteering Groups, and build a system for the groups to get HS volunteers, and to have be able to track/communicate. Honestly, the options are endless. But there are probably more than a few such organizations that would love to have a problem solver review their problems looking for an interesting one to match... Finally, what SKILLS are you hoping to develop in the process? Good luck to you. It's not what you CAN or SHOULD do in life... It's what you ACTUALLY DO that matters!
-
a tiny source code version control system? I did not see any such project on the Internet...
diligent hands rule....
Mercurial. You can run it locally. It's small, and works well. I needed something for work that stood INSIDE of a Control VCS I was not allowed to commit to until it was working (they did NOT understand how to branch). So I made my changes locally, and used mercurial on the same folders, ignore the other VCS folders. It saved my bacon a couple of times...
-
I think that is the reason. But it is unfortunate. Having a slightly more productive language, that is as capable as C# (they both produce MSIL anyway), not saddled with the no-longer-necessary curly brackets and semicolons would be a good thing.
I guess. I like C# personally, because, speaking as a C++ programmer, it feels like home, but, like the OP, there's bound to be a lot of VB programmers out there still.
Paul Sanders. If I had more time, I would have written a shorter letter - Blaise Pascal. Some of my best work is in the undo buffer.
-
First this is NOT a Programming Question NO CODE is requested I am the recipient of 3 new arteries to the old ticker and more limitations than I care to mention Preferably a VB.Net project suggestion. Something with a SQLite Database What I have written Password Keeper, Check Book, Code Vault, Card Printer, Label Machine, Diary, Best YouTube Links GAMES that were no fun Pong & Breakout Thought about this concept but it seems beyond my ability Cutlist Optimizer - optiCutter[^]
Possibly outside the scope mentioned; 1. I need an app that can track which frickin streaming service I had been watching, so when they have new episodes I can pick up where I left off. I also want to know what movies I've seen since the titles on my action movies are starting to blend together. 2. I'd like a webpage watcher that can tell when the webpage gets updated. I know that might sound weird but there are low change sites that a notification would help on. Ideally, it would have the added feature of ignoring the letterhead and other garbage. 3. A news aggregator that works like a web search engine and crosses political lines and especially includes overseas sources. It would only include news and ignore other pages. As a US citizen I'm getting more accurate news from the BBC and Al Jazeera than I am from my local news sources. Less biased, as well. 4. A PR Newswire filter that looks for specific companies or narrow industries (meaning not just "finance"). 5. A piece of software that can scan all public government documents for an individual's name; meaning land purchases in adjacent counties, court cases and company filings including the person's name. Just some ideas of toys I've always wanted. Yes, you can use the last one for stalking but I'm thinking more about public/government figures. Beyond the tools? No harm, no foul. Just some ideas. Have fun with any of them.
-
First this is NOT a Programming Question NO CODE is requested I am the recipient of 3 new arteries to the old ticker and more limitations than I care to mention Preferably a VB.Net project suggestion. Something with a SQLite Database What I have written Password Keeper, Check Book, Code Vault, Card Printer, Label Machine, Diary, Best YouTube Links GAMES that were no fun Pong & Breakout Thought about this concept but it seems beyond my ability Cutlist Optimizer - optiCutter[^]
Possibly outside the scope mentioned; 1. I need an app that can track which frickin streaming service I had been watching, so when they have new episodes I can pick up where I left off. I also want to know what movies I've seen since the titles on my action movies are starting to blend together. 2. I'd like a webpage watcher that can tell when the webpage gets updated. I know that might sound weird but there are low change sites that a notification would help on. Ideally, it would have the added feature of ignoring the letterhead and other garbage. 3. A news aggregator that works like a web search engine and crosses political lines and especially includes overseas sources. It would only include news and ignore other pages. As a US citizen I'm getting more accurate news from the BBC and Al Jazeera than I am from my local news sources. Less biased, as well. 4. A PR Newswire filter that looks for specific companies or narrow industries (meaning not just "finance"). 5. A piece of software that can scan all public government documents for an individual's name; meaning land purchases in adjacent counties, court cases and company filings including the person's name. Just some ideas of toys I've always wanted. Yes, you can use the last one for stalking but I'm thinking more about public/government figures. Beyond the tools? No harm, no foul. Just some ideas. Have fun with any of them.
-
I guess. I like C# personally, because, speaking as a C++ programmer, it feels like home, but, like the OP, there's bound to be a lot of VB programmers out there still.
Paul Sanders. If I had more time, I would have written a shorter letter - Blaise Pascal. Some of my best work is in the undo buffer.
I program in C#, and have the past 20 years. Occasionally I have to do some maintenance or conversion on VB6 or VB.NET code. But coming from languages like FORTRAN, COBOL, Clipper, and VB6, having to go backwards to fool with curly brackets and semicolons simply added incrementally to coding time. Fortunately, the VS IDE (copied from the VB6 IDE) had enough help for me to catch the syntax errors from a missing bracket or semicolon, rather than catch it at compile time. Curly brackets and semicolons are a legacy from an ancient time when RAM was minimal, processors were slow, and such characters were used so the compiler did not have to infer lines and code blocks, which would have made compile time much longer. They provide no real value today, and haven’t for decades, but they do add to the comfort level for C++ and Java programmers working in .NET.
-
Mercurial. You can run it locally. It's small, and works well. I needed something for work that stood INSIDE of a Control VCS I was not allowed to commit to until it was working (they did NOT understand how to branch). So I made my changes locally, and used mercurial on the same folders, ignore the other VCS folders. It saved my bacon a couple of times...
my proposal is desktop version, not distributed...
diligent hands rule....
-
I program in C#, and have the past 20 years. Occasionally I have to do some maintenance or conversion on VB6 or VB.NET code. But coming from languages like FORTRAN, COBOL, Clipper, and VB6, having to go backwards to fool with curly brackets and semicolons simply added incrementally to coding time. Fortunately, the VS IDE (copied from the VB6 IDE) had enough help for me to catch the syntax errors from a missing bracket or semicolon, rather than catch it at compile time. Curly brackets and semicolons are a legacy from an ancient time when RAM was minimal, processors were slow, and such characters were used so the compiler did not have to infer lines and code blocks, which would have made compile time much longer. They provide no real value today, and haven’t for decades, but they do add to the comfort level for C++ and Java programmers working in .NET.
OK. Interesting. But doesn't each bracket and semi-colon take up an extra byte of RAM? 😁
Paul Sanders. If I had more time, I would have written a shorter letter - Blaise Pascal. Some of my best work is in the undo buffer.
-
OK. Interesting. But doesn't each bracket and semi-colon take up an extra byte of RAM? 😁
Paul Sanders. If I had more time, I would have written a shorter letter - Blaise Pascal. Some of my best work is in the undo buffer.
Not really during compile time. The compilers back then simply used them as delimiters to know when a line ended (semicolon) and the demarcation of code blocks for logic flow. They were not used for anything beyond that, and were a trifle compared to the characters in the line. In a language like VB, the CRLF (absent a line continuation character) is used to denote the end of a line. Instead of brackets, VB uses key words (like End If) to denote logical blocks. Developers who have known nothing but the C/C++/Java curly bracket syntax would likely not be comfortable with VB’s syntax, even though it is cleaner and appears more like natural writing than code with curly brackets and semicolons. I adapted quickly enough to the more archaic pattern of curly brackets and semicolons, coming from the FORTRAN/COBOL/Clipper/VB syntax. Those coming from the other direction that I have known had more difficulty getting used to the cleaner syntax. But C# developers today greatly outnumber VB developers, so MS rightly addresses that customer base by focusing on C# over VB.
-
Not really during compile time. The compilers back then simply used them as delimiters to know when a line ended (semicolon) and the demarcation of code blocks for logic flow. They were not used for anything beyond that, and were a trifle compared to the characters in the line. In a language like VB, the CRLF (absent a line continuation character) is used to denote the end of a line. Instead of brackets, VB uses key words (like End If) to denote logical blocks. Developers who have known nothing but the C/C++/Java curly bracket syntax would likely not be comfortable with VB’s syntax, even though it is cleaner and appears more like natural writing than code with curly brackets and semicolons. I adapted quickly enough to the more archaic pattern of curly brackets and semicolons, coming from the FORTRAN/COBOL/Clipper/VB syntax. Those coming from the other direction that I have known had more difficulty getting used to the cleaner syntax. But C# developers today greatly outnumber VB developers, so MS rightly addresses that customer base by focusing on C# over VB.
Hmmm. Missed the 'joke' emoji, methinks :)
Paul Sanders. If I had more time, I would have written a shorter letter - Blaise Pascal. Some of my best work is in the undo buffer.
-
Hmmm. Missed the 'joke' emoji, methinks :)
Paul Sanders. If I had more time, I would have written a shorter letter - Blaise Pascal. Some of my best work is in the undo buffer.
Probably. I had not been awake long. 🙂
-
Probably. I had not been awake long. 🙂
:)
Paul Sanders. If I had more time, I would have written a shorter letter - Blaise Pascal. Some of my best work is in the undo buffer.
-
-
This is simply the napsack problem with additional constraints... And the constraints are what makes these problems hard. Also, what's doing the cutting? A Shearing Device or a Laser or a water cutter. If a laser and it's metal, does/will it affect the tempering. (Why water cutting is preferred, IMO) Thickness of the metal, and smallness of the part. Imagine using a Water cutter to make a 15 micron washer! Good luck with that! I guess my next question is... Why? Why do you want to write some software. It's a skill you have. It seems like you could use getting involved with WALKING daily to help the ticker... After you get a decent WHY then target helping some local Food Bank, or other Volunteer Heavy Business. Heck, maybe get involved with the local high schools, and the Volunteering Groups, and build a system for the groups to get HS volunteers, and to have be able to track/communicate. Honestly, the options are endless. But there are probably more than a few such organizations that would love to have a problem solver review their problems looking for an interesting one to match... Finally, what SKILLS are you hoping to develop in the process? Good luck to you. It's not what you CAN or SHOULD do in life... It's what you ACTUALLY DO that matters!
Kirk very thoughtful reply Thank You Cutlist Optimizer just draws the parts you need to cut for a project You need to transfer the cut lines to the stock In my case Plywood Food Bank I build these boxes and sell them for $50.00 and donate the profit to the Food Bank They are built out of half inch Baltic Birch Plywood and finished with Polyurethane oil based Antique Vtg Village Bath Handmade Soap Country Store Counter Display Box 1971 | eBay[^] Walking half a mile a day and doing Cardio Pulmonary Rehab twice a week I live in the White Mountains of Arizona it is beautiful Very few programers I offered the Local Library free service to teach a class on Visual Basic but the two fellows who have a side gig teaching the summer visitors 50,000 of them how to use Microsoft Word told the Librarian no one would be interested in that Goals learn C# Still reviewing Project Suggestions Thanks Again Dwight
-
First this is NOT a Programming Question NO CODE is requested I am the recipient of 3 new arteries to the old ticker and more limitations than I care to mention Preferably a VB.Net project suggestion. Something with a SQLite Database What I have written Password Keeper, Check Book, Code Vault, Card Printer, Label Machine, Diary, Best YouTube Links GAMES that were no fun Pong & Breakout Thought about this concept but it seems beyond my ability Cutlist Optimizer - optiCutter[^]
What I’d be really interested in is being able, on the fly, to block a whole country’s IP address ranges. I play GTA-Online and players from certain countries are mainly modders who spoil the game. Blocking a country’s IP address range stops them from showing up in the same public server that I’m in as GTA is has a peer to peer infrastructure. How I currently do it is added a whole IP address block to the windows firewall - it works, but it’s not a very elegant solution
-
What I’d be really interested in is being able, on the fly, to block a whole country’s IP address ranges. I play GTA-Online and players from certain countries are mainly modders who spoil the game. Blocking a country’s IP address range stops them from showing up in the same public server that I’m in as GTA is has a peer to peer infrastructure. How I currently do it is added a whole IP address block to the windows firewall - it works, but it’s not a very elegant solution
A Momentary Lapse of Reason wrote:
a whole country’s IP address ranges.
See? That there. You're starting from an invalid assumption.
-
A Momentary Lapse of Reason wrote:
a whole country’s IP address ranges.
See? That there. You're starting from an invalid assumption.
In what respect? Russian and Chinese players invariably use mod menus as do quite a lot of Germans. And I see no problem with blocking anyone from a given country being able to connect to my computer through the game, do you? It’s not as if it will affect their game as all that will happen is I won’t be in the same server as them.